Hello
I have in a form, two fields : radio button and a second field which is a text field.
If the radio button is on FALSE / No => the text field appears AND must be filled
If the radio button is TRUE / Yes => text field is invisible
The point is i want to make a custom validation.
If the text field is invisible, validation is unnecessary.
If the text field is visible because radio button is on FALSE, i would like to check if text field is filled with something.
I’ve tried a few syntax, i don’t find the good one which works. Is there something i dont understand ?
{{accepterDemande == 0 | motif == “”}} => “Error message”
Could you help me please ?
Best regards
Romain