I've got a form with this text field:
<input name="address2" type="text" value="%%ADDRESS2%%">
on submit, it displays all the data in a confirmation page, and then when you submit the confirmation page it emails me the data.
In the email (maybe in belongs in the confirmation page?), I need it to say:
"if data was entered in that field, then include that data in the email"
How to do?