Submit button not working

When I turn on the “required” function on any or all the input fields the SUBMIT button no longer functions.

Is it a submit button through the dataset or is it a submit button done through Wix Code? Need more details to help.

If it is a submit button through Wix Code then maybe you need to just make sure that the onClick function is on in the properties panel, or add the function into the code itself.

The important thing to remember is that, now you’ve put fields to required, then all those fields need to be filled in for the form to be able to be submitted.

If you are using Wix Code, then you’ll need to add an error message if something is not filled in, or simply setup the user input element to be highlighted in red if there is an error.

However, with the submit button through dataset, this option gives you the choice of using the automated pass and fail options that Wix have put in this submit to dataset panel. So you can have your own pass and fail message appear for say 5 secs after the submit button is pressed.