Form not submitting - help needed

Hi

I have this problem that the form will not submit whenever I click on the submit button. Any help please? You can find the form on the bottom of the page

https://preview.webflow.com/preview/harutools-verhuur?utm_medium=preview_link&utm_source=designer&utm_content=harutools-verhuur&preview=f58d4bf584dac6860079e6bffb43960d&pageId=662256a32eb2954d150c7fc1&itemId=662256a32eb2954d150c803b&locale=en&workflow=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

You have some required fields in the container [1] which are marked as display: none. As a result the user can’t see them to fill them in, and the browser cannot display the “required field” error message on the field-

But the form still requires them and cannot submit.

If you don’t want these fields right now, you can use Visibility: hidden on the setting tab instead, so that they’re not published into the HTML.

Oh wow, I overlooked that one, thanks!

1 Like