Hello everyone.
In the Content Type, I make the email field disabled using Conditional States until another field with a checkbox is marked.
But for some reason, the Email field still sends emails, even if the checkbox is not marked.
I tried to put it like this:
is Disabled #form# WHEN checkbox_field is Empty
and so:
is Enabled #form# WHEN checkbox_field is Filled
Emails are still sent regardless of whether the checkbox is selected or not.
Can you tell me what the problem might be?