Oct 15th, 2011, 5:35 PM
Hi Ben
that doesn't seem to be the problem (I just checked again). I've pasted the email template below for you to see:
ID: {$SUBMISSIONID}
Tradingname: {$ANSWER_tradingname}
Legalname: {$ANSWER_legalname}
Delivery1: {$ANSWER_delivery1}
Delivery2: {$ANSWER_delivery2}
Delivery3: {$ANSWER_delivery3}
Deliverypostcode: {$ANSWER_deliverypostcode}
Postal1: {$ANSWER_postal1}
Postal2: {$ANSWER_postal2}
Postal3: {$ANSWER_postal3}
Postalpostcode: {$ANSWER_postalpostcode}
Telephone: {$ANSWER_telephone}
Fax: {$ANSWER_fax}
Mobile: {$ANSWER_mobile}
Abn: {$ANSWER_abn}
E-mail: {$ANSWER_e-mail}
Contact: {$ANSWER_contact}
Position: {$ANSWER_position}
Last modified: {$LASTMODIFIEDDATE}
IP Address: {$IPADDRESS}
Submission made: {$SUBMISSIONDATE}
and this form field's code is:
<div class="containerleft">E-mail *</div>
<div class="containerleft2"><input name="e-mail" type="text" id="e-mail" size="40" /></div>
so it's referencing "e-mail" correctly. I'm stumped. Any light you can throw on this would really appreciated. Thanks Ben,
Mark
that doesn't seem to be the problem (I just checked again). I've pasted the email template below for you to see:
ID: {$SUBMISSIONID}
Tradingname: {$ANSWER_tradingname}
Legalname: {$ANSWER_legalname}
Delivery1: {$ANSWER_delivery1}
Delivery2: {$ANSWER_delivery2}
Delivery3: {$ANSWER_delivery3}
Deliverypostcode: {$ANSWER_deliverypostcode}
Postal1: {$ANSWER_postal1}
Postal2: {$ANSWER_postal2}
Postal3: {$ANSWER_postal3}
Postalpostcode: {$ANSWER_postalpostcode}
Telephone: {$ANSWER_telephone}
Fax: {$ANSWER_fax}
Mobile: {$ANSWER_mobile}
Abn: {$ANSWER_abn}
E-mail: {$ANSWER_e-mail}
Contact: {$ANSWER_contact}
Position: {$ANSWER_position}
Last modified: {$LASTMODIFIEDDATE}
IP Address: {$IPADDRESS}
Submission made: {$SUBMISSIONDATE}
and this form field's code is:
<div class="containerleft">E-mail *</div>
<div class="containerleft2"><input name="e-mail" type="text" id="e-mail" size="40" /></div>
so it's referencing "e-mail" correctly. I'm stumped. Any light you can throw on this would really appreciated. Thanks Ben,
Mark