I have a landing page that has a form. For some reason on the form after the submit button all of the fields are displaying again with another submit button. I cannot figure out why. I don't know if it is something in the template because if I use this form with another template it displays fine. Can anybody figure out what is happening here?
Landing page with form twice: https://offer.workwave.com/natural-forms.html
Landing page with form once: https://offer.workwave.com/TEST3333_Form3306.html
Form showing twice
Form showing once
Thank you.
Lara
Solved! Go to Solution.
First link is dead.
This happens when you duplicate loadForm() in your code, so look for that in the source.
Thank you Sanford.