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