Problem with conditional form field in email
-
Hi everybody!
Right now I am using conditional text fields for one of my application and I am noticing that the user’s input for those particular fields are not showing up in the emails.
This is the code that I have in my form:
<div id=”monthlyDuesSB”>
<p>Monthly dues average $120/month for Santa Barbara Dojo. How much would you be able to pay?</p>$ [text proposed-dues /10]
</div><div id=”monthlyDuesLA”>
<p>Monthly dues average $70/month for Los Angeles Dojo. How much would you be able to pay?</p>$ [text proposed-dues /10]
</div>and this is the code I am pasting in my Mail fields:
[proposed-dues]The division gets triggered based on the user’s location selection.
Does anybody know how I can resolve this problem?
Thank you in advance!
Jenny
- The topic ‘Problem with conditional form field in email’ is closed to new replies.