Product Overview | Downloads | Register | Contact Us | Upgrade Info

Online Registration of Players

The online registration system in Heycoach!! is easy to use and simple to set up. All that is required on your website is a page that defines all your registration parameters such as pricing, discounts and "terms and conditions".  

On this page put a register "button" that is part of a form with one hidden field called orgnam. (coding show in table below). This field will be a value by us when you sign up. It identifies your organization when a player signs on for registration 

If you do not have a website we will be happy to host a "registration page" for you.

Click the register button below and you will be able to register a player ( whole family) in the dummy Wolves system.  This is a fully functional system except that  the payments page has been removed and all  payment methods are shown. ( your system would only show the payement menthods of your choosing)

  

<form method="POST" action= "http://www.sportsregonline.com/regstart.asp">

<input type="hidden" value="wolves" name="organname">

<p> <input type="submit" value="Register" name="B1"></a></p>

</form>