Aaron Posted July 28, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 28, 2012 Administrators Report Share Posted July 28, 2012 In the email_registration accepted template I use <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> Quote Link to comment Share on other sites More sharing options...
Aaron Posted July 29, 2012 Author Report Share Posted July 29, 2012 Thanks, I added it in and I'll check with the next pilot who registers if it works. Quote Link to comment Share on other sites More sharing options...
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.