Avatar

Correct answer by
Level 10

Hi,

you used a wrong operator ! several time in the submit button script.

Like this line:

If you want to check if something is not equal the use != or !== but not only !.

Change the operator and your script should work again.

View solution in original post