Webflow Superform not working


Here is my site Read-Only: LINK

The issue is when I am clicking the submit button, its not submitting the webflow form handle functionality is not working, but when I remove the Superform JS library its working fine. Can anybody help me with that? I have shared the read-only link of my site and the form is in the contact us/ query page.

1 Like

Just guessing here- but I can see your form is configured for native Webflow handling.

Do you happen to have reCaptcha or bot protection enabled on your site? If so perhaps Superform is interfering with one of those mechanisms.

1 Like

No, I don’t have any reCAPTCHA or bot protection, even I copy a form from a sample superform site, the site was working nice but when I pasted in my site its stop working, All the animation, steps are working fine but the submit button.

1 Like

A quick Google search for “superforms submit button not working” points to validation as the most common problem. I’d clone the form to a new page and disable all validation to see if you can pin it down.

There might be a messaging component you’re missing as well to communicate data validation problems when you’re using sf-step?

I have removed all the validation JavaScript and made the code clear, still won’t work. Have you tried cloning the form? Is it working?

1 Like

I don’t have access to your project, you’d have to test that.

If you research on Google you’ll see a lot of people have problems with sf-step and validation, which blocks the submit.

I would contact Superform directly if you still can’t resolve it, or find a Superform forum.

1 Like

Hey, I ran a jQuery unknowingly, which caused the error, have removed it and it’s working nice, thanks for your help Michael :blush:

2 Likes