Aaron Posted July 28, 2012 Report Posted July 28, 2012 I constantly have the problem of pilots not knowing their pilot ID when they sign in the first time. What variable do I use to put the pilot id in the accepted email? I've tried a bunch but I can't figure it out. Quote
Administrators simpilot Posted July 28, 2012 Administrators Report Posted July 28, 2012 In the email_registration accepted template I use <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> Quote
Aaron Posted July 29, 2012 Author Report Posted July 29, 2012 Thanks, I added it in and I'll check with the next pilot who registers if it works. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.