Hello,
My form has an upload file and I had auto server side validation on it. The steps after submit, on success, are Check Captcha, Auto Server Side Validation, Upload Files, DB Save, show Thank you message, and send email. The issue is I could not pass the server side validation for the file upload. It always display "This field should NOT be empty.".
So I change the order after submit to Check Captcha, Upload Files, Auto Server Side Validation, DB Save, show Thank you message, and send email. This time, no server validation, no error, no data in database, but saw Thank you message and received email.
Did I miss something on the order or the setting?
Thank you,
Nilubon
My form has an upload file and I had auto server side validation on it. The steps after submit, on success, are Check Captcha, Auto Server Side Validation, Upload Files, DB Save, show Thank you message, and send email. The issue is I could not pass the server side validation for the file upload. It always display "This field should NOT be empty.".
So I change the order after submit to Check Captcha, Upload Files, Auto Server Side Validation, DB Save, show Thank you message, and send email. This time, no server validation, no error, no data in database, but saw Thank you message and received email.
Did I miss something on the order or the setting?
Thank you,
Nilubon
Hello nilubon03,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Handling serverside validation errors . . .
How can I add Auto Serverside Validation?
How do I use Custom Serverside validation?
How can I run Auto and Custom Serverside Validation together?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Handling serverside validation errors . . .
How can I add Auto Serverside Validation?
How do I use Custom Serverside validation?
How can I run Auto and Custom Serverside Validation together?
P.S: I'm just an automated service😉
Thank you, I checked on FAQ under validation section, but it did not help me to fix my issue.
Nilubon
Nilubon
The server validation should be after the upload, if you want to check the file is not empty, if this doesn't work for you then please post a screenshot for the events section in your form!
Regards,
Max
Regards,
Max
Thank you Max,
Attached is the setting that did not work. This is a behavior of this setting with JavaScript turned off. When I click submit without enter anything, it asked me to enter the reCaptcha code. When I entered only verification code and click submit, it sent to Thank you message and I received email notification. There is no server validation at all and no DB Save.
Please advise.
Thank you,
Nilubon
Attached is the setting that did not work. This is a behavior of this setting with JavaScript turned off. When I click submit without enter anything, it asked me to enter the reCaptcha code. When I entered only verification code and click submit, it sent to Thank you message and I received email notification. There is no server validation at all and no DB Save.
Please advise.
Thank you,
Nilubon
Maybe the file is not uploaded at all ? you run the validation when the upload works (file has been uploaded on server), so if there is no file then there is no success event, and no validation will run!
please move the validation AFTER the file upload!
Regards,
Max
please move the validation AFTER the file upload!
Regards,
Max
Thanks Max for the tips, it worked. I learned new thing today. Attached is a new order on the action tab to make auto server side validation works with the upload file.
Nilubon
Nilubon
This topic is locked and no more replies can be posted.