Jump to content

Email problem


Guest

Recommended Posts

Hello guys,

I'm trying to modify the email_registrationaccepted.tpl to include the ID of the new pilot. I was trying using this variable "<?php echo $pilotcode ?>" but it doesn't work.

Have any idea about how to do it??

Thanks in advance.

Link to comment
Share on other sites

to get Pilot ID in email accepted form you must put this code

Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>

i hope it works for you now.wink.gif

Regards

Ahmad

Thanks Ahmad it works fine

=)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...