Hello.
When a user submits a form, the system sends an email that contains all the fields.
But the Email field is not required. So when filling the form without the Email field I get this:
Name: John
Phone: 6546545646
Email:
What I would like to do is create emails that are dependant on the field's values:
Name: John
Phone: 6546545646
Email: NOT ENTERED
How can I do that?
When a user submits a form, the system sends an email that contains all the fields.
But the Email field is not required. So when filling the form without the Email field I get this:
Name: John
Phone: 6546545646
Email:
What I would like to do is create emails that are dependant on the field's values:
Name: John
Phone: 6546545646
Email: NOT ENTERED
How can I do that?