Hiding empty labels from email – problem
-
Hello
I have a question regarding empty variables and empty labels in my form.
For example, in my form, there is a field set “Test” (not required field) – when the input was submitted, i recieve in email:
Test: Some value
However, in the situation when input is empty, mail sent after submitting the form is like this:
Test:
Is there any way to HIDE info about blank – not filled form elements from the email, for example with use of pseudo tags or conditional statement, like:
{if ([test]): Test: [test] }
Thanks for your help in Advance,
- The topic ‘Hiding empty labels from email – problem’ is closed to new replies.