Skip to main content
To follow the status of your support tickets, please register by going to Log In and then using the "Register for an account" link .

Why am I unable to display Selzy form on my float funnel page?  - Knowledgebase / FAQs - Float Hosting Customer Support

Why am I unable to display Selzy form on my float funnel page? 

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: 

<div id="static-form-container" data-url="https://cp.selzy.com/en/v5/subscribe-form/view/68r9dg13sxdp9xeunpbrfwqrf41qkih1i7qjweba" data-settings="6q663o66qdycr7qnau1z1no9ausq8gbb6ept15q9bzayhdtgdd5ho" style="display: none">

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 blockin the div tag, and hit Save. 

For example, the above-shared div tag will then become: 

<div id="static-form-container" data-url="https://cp.selzy.com/en/v5/subscribe-form/view/68r9dg13sxdp9xeunpbrfwqrf41qkih1i7qjweba" data-settings="6q663o66qdycr7qnau1z1no9ausq8gbb6ept15q9bzayhdtgdd5ho" style="display: block">

 

Embedding Selzy form in Dialog Box 

 

Displaying Selzy form through SendPad form

 

Displaying Selzy form through Custom Code



Helpful Unhelpful