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.
Hi shige,
I've no idea what has changed, there's no way to tell. Usually it means that some server setting has been 'upgraded'.
The first change that I would make is to replace the Show HTML action in the On Fail event with an Event Loop. Having a Show HTML there will re-load the form OK but not the Auto JS Validation.
Bob
I've no idea what has changed, there's no way to tell. Usually it means that some server setting has been 'upgraded'.
The first change that I would make is to replace the Show HTML action in the On Fail event with an Event Loop. Having a Show HTML there will re-load the form OK but not the Auto JS Validation.
Bob
This topic is locked and no more replies can be posted.