Why would fields duplicate on a form? | Community
Skip to main content
Lara_Krefski
New Participant
May 30, 2019
Solved

Why would fields duplicate on a form?

  • May 30, 2019
  • 1 reply
  • 3212 views

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: offer.workwave.com/natural-forms.html

Landing page with form once: offer.workwave.com/TEST3333_Form3306.html

Form showing twice

Form showing once

Thank you.

Lara

Best answer by SanfordWhiteman

First link is dead.

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
May 30, 2019

First link is dead.

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

Lara_Krefski
New Participant
May 30, 2019

Thank you Sanford.