How can add conditions on emails after form submission?
Lets say I have a checkbox and if it was checked I want to send my emails to group1, otherwise I wont to send it to group2.
Is there an easy way?
Hi Ashkan,
You would have to either extend the built-in EmailActor or to create your own.
How can add conditions on emails after form submission?
Lets say I have a checkbox and if it was checked I want to send my emails to group1, otherwise I wont to send it to group2.
Is there an easy way?