Hi,
We're looking to setup server side validation for a required image field. We have already configured the javascript based validation for the field, which works fine, but we are looking for a server side validation for this field.
Our first attempt was to use a auto server side validation action with the image field name (e.g. ScannedImage) in the required and not empty fields list. This causes the form submit to fail even if a correct image is attached for ScannedImage.
Not sure how to go about solving this issue. please advice.
We're looking to setup server side validation for a required image field. We have already configured the javascript based validation for the field, which works fine, but we are looking for a server side validation for this field.
Our first attempt was to use a auto server side validation action with the image field name (e.g. ScannedImage) in the required and not empty fields list. This causes the form submit to fail even if a correct image is attached for ScannedImage.
Not sure how to go about solving this issue. please advice.
Hello csdpl,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add Auto 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:
How can I add Auto Serverside Validation?
How can I run Auto and Custom Serverside Validation together?
P.S: I'm just an automated service😉
Hi csdpl,
The image field name isn't populated until after the Files Upload action so probably the simplest fix is to swap them around in the On Submit event.
Bob
The image field name isn't populated until after the Files Upload action so probably the simplest fix is to swap them around in the On Submit event.
Bob
This topic is locked and no more replies can be posted.