How to open responsive form in a...

User 1845227 Photo


Registered User
1 post

How can I get a "Responsive" response form to open up in a modal popup window with a "OK" button?
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

In the web form builder click on settings then on the general tab select Display form in popup.
When you place the html on your page change the default Click me text for OK.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2147473 Photo


Registered User
156 posts

How do I make the popup work with a navbar link. That is, when someone clicks on a buttonized link in my main navbar like say 'contact,' a popup window opens with the form?

Thanks guys.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Probably the best thing to do is to use an html box and hand code a nav button image to be linked to your form. So create an image for your button. Now add this image to a folder of your choice. Adjust the code to match your folder and image name and type. Also adjust the code to your form name
<a class='fb_iframe' href="./myformname/myformname.html"><img src="myimages/mybutton.png" width="100" height="50" alt="" title="" /></a>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.