Lead Capture Tools

anewton
Member

Collected Forms No Longer Working

SOLVE

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 Accepted solution
Tom
Solution
HubSpot Product Team
HubSpot Product Team

Collected Forms No Longer Working

SOLVE

@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. 

View solution in original post

0 Upvotes
1 Reply 1
Tom
Solution
HubSpot Product Team
HubSpot Product Team

Collected Forms No Longer Working

SOLVE

@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