Page 1 of 1
use the same form in 2 places up or down in the same webpage
Posted: Sat Oct 28, 2023 5:50 pm
by jerryco
I wanted to ask if it is possible to use the same form in 2 places up or down in the same webpage. Meaning If someone submits the form both are the same form both will submit the same data in same place. So how should both the forms be configured in terms of Name and ID
Re: use the same form in 2 places up or down in the same webpage
Posted: Sat Oct 28, 2023 7:09 pm
by crispy68
I could be wrong but I don't think you can have 2 forms on the same page whether it's the same info or not.
Re: use the same form in 2 places up or down in the same webpage
Posted: Sat Oct 28, 2023 10:51 pm
by BaconFries
If for talking sake it is a two part form then maybe you could use the following
https://www.wysiwygwebbuilder.com/carouselwizard.html
Also see Pablos reply
viewtopic.php?p=447640
Pablo wrote: ↑Wed Aug 26, 2020 7:54 pm
And forms in different layout grids, but on the same page?
That should work.
Re: use the same form in 2 places up or down in the same webpage
Posted: Sun Oct 29, 2023 7:09 am
by Pablo
You can have multiple forms, as long as all fields have unique names and IDs.
For example, you cannot have two forms that use the 'email' as input field. That will confuse the browser.
Re: use the same form in 2 places up or down in the same webpage
Posted: Sun Oct 29, 2023 10:03 am
by jerryco
Okay thank you for all your input everyone.