SOLVED

Why would fields duplicate on a form?

Go to solution
Lara_Krefski
Level 2

Why would fields duplicate on a form?

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

pastedImage_1.png

Form showing once

pastedImage_2.png

Thank you.

Lara

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Why would fields duplicate on a form?

First link is dead.

This happens when you duplicate loadForm() in your code, so look for that in the source.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Why would fields duplicate on a form?

First link is dead.

This happens when you duplicate loadForm() in your code, so look for that in the source.

Lara_Krefski
Level 2

Re: Why would fields duplicate on a form?

Thank you Sanford.