Hi I have a form as shown in the image file.
Initially everything goes normal.
Out of sudden, it happens that no matter what I fill into the textfields, it will always trigger empty/required error.
It will always happen only on the server side validation.
What I tried :
I tried removing the server side validation, leaving only the js validation, and it properly sent the email with all the data on each text field.
Any idea why is this happening out of sudden, where nobody actually modify the form?
Thank you.
Initially everything goes normal.
Out of sudden, it happens that no matter what I fill into the textfields, it will always trigger empty/required error.
It will always happen only on the server side validation.
What I tried :
I tried removing the server side validation, leaving only the js validation, and it properly sent the email with all the data on each text field.
Any idea why is this happening out of sudden, where nobody actually modify the form?
Thank you.