Show form success page in the same page
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Show form success page in the same page
Hello, I have a form into the footer and when the visitor click submit, the success message have to show in the same place and not load a different success page.
Is an inline frame the best solution for achieve this?
Thanks
Is an inline frame the best solution for achieve this?
Thanks
Re: Show form success page in the same page
You can set the 'target' of the form in the form's properties.
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Re: Show form success page in the same page
I use the form into a layout grid
Re: Show form success page in the same page
This applies to all forms. A form in a layout grid does not work any different than a standard form. Only the layout is different.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Show form success page in the same page
viewtopic.php?t=89814
as Pablo mentioned you can use a dialogue for the success above is a post you can check
as Pablo mentioned you can use a dialogue for the success above is a post you can check
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Re: Show form success page in the same page
Hello, I followed the guide end selected Target: Dialog1 but as form confirmation I see the success.html instead of Success dialog, what's wrong ?
Re: Show form success page in the same page
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
Also, please include a description how to reproduce this problem.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Also, please include a description how to reproduce this problem.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Re: Show form success page in the same page
Hello Pablo,
you can dowload my project from here https://www.website365.it/Website365.zip
After load index.php, click on the green button in the form and you will notice:
FIRST PROBLEM: a new additional white page
SECOND PROBLEM: if you click on the previous tab in the browser, you will notice that the pop-up is more wide then it's in the project
Instead if you load master-frame.php everything function correctly
Thanks
you can dowload my project from here https://www.website365.it/Website365.zip
After load index.php, click on the green button in the form and you will notice:
FIRST PROBLEM: a new additional white page
SECOND PROBLEM: if you click on the previous tab in the browser, you will notice that the pop-up is more wide then it's in the project
Instead if you load master-frame.php everything function correctly
Thanks
Re: Show form success page in the same page
Your project does not have a success and error page.
Please se this demo:
https://www.wysiwygwebbuilder.com/form_popup.html
Please se this demo:
https://www.wysiwygwebbuilder.com/form_popup.html
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Re: Show form success page in the same page
Hello Pablo,
after adding the success page and error page, the problem remain.
You can dowload THE UPDATED project from here https://www.website365.it/Website365.zip or you can see the test project here https://www.website365.it/test
If you click on the green button in the form, the pop-up dialog will appear correcly but also the success page.
I don't want that the success page appear because I'm using the pop-up dialog instead !
How to disable the success page ?
after adding the success page and error page, the problem remain.
You can dowload THE UPDATED project from here https://www.website365.it/Website365.zip or you can see the test project here https://www.website365.it/test
If you click on the green button in the form, the pop-up dialog will appear correcly but also the success page.
I don't want that the success page appear because I'm using the pop-up dialog instead !
How to disable the success page ?
Re: Show form success page in the same page
The problem is that the form is on a master frame. In this case, the popup functionality will not work.
The form and dialog need to be on the same page as the content.
The form and dialog need to be on the same page as the content.
-
-
- Posts: 10
- Joined: Wed Dec 07, 2022 9:23 am
Re: Show form success page in the same page
I solved using two embedded pages for every website page.
I named them master-page-header and master-page-footer.
Thanks
I named them master-page-header and master-page-footer.
Thanks
Re: Show form success page in the same page
Interesting.clementediego wrote: ↑Wed Oct 02, 2024 11:50 am I solved using two embedded pages for every website page.
I named them master-page-header and master-page-footer.
Thanks
Are your pages responsive or static?
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Show form success page in the same page
Viewing the source code it is definitely responsive primarily "Layout Grids"
Re: Show form success page in the same page
Thanks, BaconFries.BaconFries wrote: ↑Fri Oct 11, 2024 6:40 pm Viewing the source code it is definitely responsive primarily "Layout Grids"
That confirms my suspicion that folks are inserting Embedded Pages into flexible layouts, even though it is not supported.
Re: Show form success page in the same page
The reason why this is not supported is because there is no way to make this work with all possible combination of settings.
For example, an embedded page with absolute layout inside flexbox is never going to work.
For example, an embedded page with absolute layout inside flexbox is never going to work.