Custom Form Data In Emails

  • lisaundgiorgio
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 1 week ago #15414 by lisaundgiorgio
Custom Form Data In Emails was created by lisaundgiorgio
I'm facing once again a problem i can't figure out myself. I do have custom fields which appear in the registration at the top (which I solved with a hack). Now I need those custom fields appear on top in the emails to, but in emailtemplates->individual_detail.php I can't find where those custom fields get into the REGISTRATION_DETAILS.

Please tell me where i can change the appearance so that my custom fields will be the first data in the registration details.

Please Log in or Create an account to join the conversation.

More
13 years 1 week ago #15433 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Custom Form Data In Emails
Hi

The code for rendering custom fields in that field is
Code:
$this->jcFields->renderGroupMemberConfirmation($this->row->id) ;

Just find that code in the file and move it to the position you want .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • lisaundgiorgio
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 1 week ago #15442 by lisaundgiorgio
Replied by lisaundgiorgio on topic Re: Custom Form Data In Emails
Thanks. That solved everything.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc