Hi there - I have a form with a yes/no radio answer and I’d like to display a warning message below the field if a user selects no (but before they submit the form).
Can anyone help with this? Thanks
Hi there - I have a form with a yes/no radio answer and I’d like to display a warning message below the field if a user selects no (but before they submit the form).
Can anyone help with this? Thanks
You can add an HTML field with the warning message and make it conditionally show on the selection the use makes on the radio field. I use this approach often.
That’s perfect - Thanks for your help Joshua