Problem: Unable to display the Selzy form in a dialog box, Sendpad form, or in Custom Code script.
Reason: It’s because the display property is set to “none” by default in the div tag. For example:
Workaround:
It’s simple, whenever you copy the HTML form code from Selzy and paste it into either the dialog box, SendPad form script editor, or the Custom Code script editor in the float funnel page, you need to set the display property to “block” in the div tag, and hit Save.
For example, the above-shared div tag will then become:
Embedding Selzy form in Dialog Box
Displaying Selzy form through SendPad form
Displaying Selzy form through Custom Code