I have a number of fields in my form that are not "required" and if the user leaves a field blank I don't want to see the field in the resulting email.
Example:
Fields in template are,
Name: {Name}
Age: {Age}
Phone: {Phone}
If the user leaves the Age field blank, I see this in the email,
Name: Pete
Age: {Age}
Phone: 555-1212
But I want to see this,
Name: Pete
Phone: 555-1212
(the age field not included)
Does anybody know how to do this?
Thanks, Kona Pete
Example:
Fields in template are,
Name: {Name}
Age: {Age}
Phone: {Phone}
If the user leaves the Age field blank, I see this in the email,
Name: Pete
Age: {Age}
Phone: 555-1212
But I want to see this,
Name: Pete
Phone: 555-1212
(the age field not included)
Does anybody know how to do this?
Thanks, Kona Pete