I have 3 custom fields that I want to display in the email. For some reason I can't seem to get it correct. I added three fields to the language file. I then added this to the email form and the language displays properly but not the data from the fields. Do I have the incorrect fields?
<?php echo JText::sprintf('CUSTOMER_DATE_REQUEST',$address->daterequested);?>
<br/>
<br/>
<?php echo JText::sprintf('CUSTOMER_DATE_PICKUP',$address-->pickupdate);?>
<br/>
<br/>
<?php echo JText::sprintf('CUSTOMER_IRS_EIN',$address->irs_ein);?>