Hi people:
I produced a page that has a form to allow users to play around with different pricing options: cost and margin. JavaScript updates values in the form as the user enters the values. All that works fine but…
To generate the form elements and the “onchange” event handler I needed to use an embed that allowed the page to insert the form elements when the page loaded. The HTML elements use the same classes as the Webflow generated classes. (I picked these up inspecting the page in the browser with Chrome tool).
However the Weflow generated form elements in a div styled “formPair” appear side by side in a flex box. But the embed generated form elements in a
I’d like all the form elements to appear side by side identically
link to project: Webflow - David's Cool Project