You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am loading some previously created form xml data into the textarea of the formbuilder. The Header field is not rendering properly in the editor.
Here are the steps I take:
Create a form. Add a header to it. appears normal in editor. I save the XML.
Load the previously saved XML into the textarea when building the page. (I am using PHP)
The formbuilder loads the XML into the editor. Header does not render as it should. I can preview the form, using form-render, at this point and header renders fine. XML is proper for the header field at this point <field class="header" label="Header" type="header" subtype="h1"></field>
Now I click save and header XML is changed to: <field class="header" label="Header" type="header"></field>
I am using formbuilder v1.9.26
Here is what the header rendering looks like.
Thanks in advance for any feedback you can give.
The text was updated successfully, but these errors were encountered:
Should be all set now. Thanks for the well-written issue, it helped me get to the bottom of this faster. Please test when you have a chance: http://codepen.io/kevinchappell/pen/wGyzLb
I am loading some previously created form xml data into the textarea of the formbuilder. The Header field is not rendering properly in the editor.
Here are the steps I take:
<field class="header" label="Header" type="header" subtype="h1"></field>
<field class="header" label="Header" type="header"></field>
I am using formbuilder v1.9.26
Here is what the header rendering looks like.
Thanks in advance for any feedback you can give.
The text was updated successfully, but these errors were encountered: