How to exclude empty fields?
-
Hi,
I have a pretty big form with several “Number” selectors.
I would like to include “Product name 1” in the mail if someone choose this product. If they do not choose it it should not be in the mail.
From Form tab:
<label>Product name 1</label>[number number-162 min:0 max:100]</div>
From Mail tab:
Product name 1:
[number-162]
At this moment “Product name 1:” of course is always in the mail because it is plain text. I understand I in some way need to add “Product name 1:” into this tag
[number-162]
under the mail tab.How do I do this?
Thanks in advance!
Best regards Niclas
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to exclude empty fields?’ is closed to new replies.