Lead Capture Tools

anewton
Mitglied

Collected Forms No Longer Working

lösung

I have had collected forms working yesterday for a  form submission on the following link, but it is no longer collecting submissions today:

 

https://www.mcchoir.com/join.html

 

I have checked that the code is in the header, and can see the JS firing in the developer tools console. 

 

Can someone please help?

0 Upvotes
1 Akzeptierte Lösung
Tom
Lösung
HubSpot-Produktteam
HubSpot-Produktteam

Collected Forms No Longer Working

lösung

@anewton It looks like you're not using the <input type="submit">  button as the actual submission on your form. This is what collected forms appends to and triggers the collected forms submission. 

 

It looks like you're hiding the subimission button in the styling and then a link it styled to look like the submit button. 

Screen Shot 2017-11-06 at 23.03.45.png

 

 

You'll need to use the <input type="submit"> to be compatible with collected forms. 

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
1 Antwort
Tom
Lösung
HubSpot-Produktteam
HubSpot-Produktteam

Collected Forms No Longer Working

lösung

@anewton It looks like you're not using the <input type="submit">  button as the actual submission on your form. This is what collected forms appends to and triggers the collected forms submission. 

 

It looks like you're hiding the subimission button in the styling and then a link it styled to look like the submit button. 

Screen Shot 2017-11-06 at 23.03.45.png

 

 

You'll need to use the <input type="submit"> to be compatible with collected forms. 

0 Upvotes