how to create a pop up to capture email
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
how to create a pop up to capture email
trying to create a simple (timed) popup to get people to input their email to receive newsletter/coupons/news of upcoming sales.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: how to create a pop up to capture email
You can do that by using the "Dialog" tool.
Re: how to create a pop up to capture email
You can use a dialog or modal layer for this.
https://wysiwygwebbuilder.com/dialog.html
https://wysiwygwebbuilder.com/morelayers.html
https://wysiwygwebbuilder.com/dialog.html
https://wysiwygwebbuilder.com/morelayers.html
Re: how to create a pop up to capture email
thanks again. I tried using the "dialog" but I could not get the simple contact form to work inside of it. I will give the "layer" feature a try.
Re: how to create a pop up to capture email
The form option of a dialog works exactly the same as a standard form.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: how to create a pop up to capture email
Pablo is correct. I think you may not have configured the form properly or it should work just fine. Even we did those, so you can be confirmed. Try and recheck all the settings. Or please submit a demo so we can see and understand what you have done.
Re: how to create a pop up to capture email
i tried the dialog and did use the built in form however the form was not showing in preview mode.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: how to create a pop up to capture email
You cannot preview forms locally this is due to the fact they use php so to be able to view you must publish to your host/server.
Re: how to create a pop up to capture email
Hi, I've been able to view my "Contact page" (a different page) that has a PHP extension
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: how to create a pop up to capture email
The form will not function or process the dialog popup unless you publish the files on a webserver or localhost. Also be sure to follow all the instruction regarding how to connect the popup with the success page.
Re: how to create a pop up to capture email
If you need further assistance, then please share A DEMO project, so we can see what you have done.
viewtopic.php?f=10&t=82134
viewtopic.php?f=10&t=82134
Re: how to create a pop up to capture email
FINALLY GOT SOMEWHERE! Thanks everyone.