Hello,
I am having difficulties with the selective email rules ignoring a validation condition. I have created a simple form consisting of a select input and a Yes/No option list:
I have created selective e-mail rules so the submissions are sent to different e-mail addresses depending on the dropdown category selection. This part works fine.
I would like to add a validation condition so that the email does not send if ‘No’ radio button is selected. I assume the value of Yes is 0 and No is 1. My rule looks like this:
From what I understand, the above rule should only send an e-mail if Category 1 and Yes are selected. However when I select No, it still sends the e-mail.
It looks like the Validation condition is being ignored. Can anyone help me out here?
Thanks!