Taran Posted December 21, 2013 Report Share Posted December 21, 2013 Hi, we have multiple HUBs but we require our pilots to start out at CYYC (our training HUB). How can i make it to where that is the only HUB they can choose upon registration? Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 21, 2013 Report Share Posted December 21, 2013 You could just take the field out and add: <input type="hidden" name="hub" value="CYYC" /> Quote Link to comment Share on other sites More sharing options...
Taran Posted December 21, 2013 Author Report Share Posted December 21, 2013 Roger, can you post exactly what to take out and how it will look, and in what file exactly? Quote Link to comment Share on other sites More sharing options...
Taran Posted December 21, 2013 Author Report Share Posted December 21, 2013 I did that and tried it, but then it wouldn't register the pilot. Anyway to get only CYYC showing in the list? Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 21, 2013 Report Share Posted December 21, 2013 It should be in registration_mainform.tpl. For just Calgary, do this: <select name="hub"> <option value="CYYC">CYYC - Calgary</option> </select> Quote Link to comment Share on other sites More sharing options...
Taran Posted December 22, 2013 Author Report Share Posted December 22, 2013 It works! Thanks! 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.