Validation criteria checks elements from a CSV file

Hi @kevin_razafindrabe,
Nice work. I used this system in my project in 2022 with a few changes. I stated that if no matching data is found, a note is displayed, and this note is mandatory (the ‘required’ attribute is set to ‘true’). Because of this, when the ‘not found’ note is displayed, the form cannot proceed and cannot be submitted.

In your form, if ‘show_id_2’ is mandatory (the ‘required’ attribute is set to ‘true’), then the form cannot be submitted without a correct ID.

2 Likes