email notification empty fields
-
Hi,
The email i send with the info from the form is sending lines where empty fields are used. In CF7 there’s an option to avoid sending those lines with empty fields. I think you should consider adding this option too. And btw, when sending email with non-active conditionnal fields, the email result is 0 in those fields instead of just nothing.
For exemple,
with this code :
Inscription : {radio-1}
Membre : {text-1} {text-2}
Conjoint.e : {text-3} {text-4}here’s the email result:
Inscription : Individuel
Membre : Eric Rousseau
Conjoint.e : 0 0when {text-3} {text-4} are only active when radio-1 : Familial
Of course removing totally the Conjoint.e line in this situation would be the preferred behavior.
Thanks,
Eric
- The topic ‘email notification empty fields’ is closed to new replies.