Member Self Registration Using the Registration Form
Steps for Setting Up Your Online Registration Form
Add the Registration Form to Your Website
When you have finished setting up your Registration Form and want to put it live on your website, your website administrator should follow these steps:
- Go to the Registration Form Configuration screen.
- Click on Show Settings.
- You will see the links for the form you have entered. The ‘Full Screen’ link should be used if you want the registration form to open in a new window from your website. The ‘iFramed’ link should be used if you want the form to appear within a page on your website.

- Copy the appropriate link. You will need to paste this link to your website.
- Log into your website’s content management system and add the link:
- If you want the registration form to open in a new window, add the following html:
<a href="PASTE LINK HERE">Click here to Register</a>
You can replace ‘Click here to Register’ with anything you like. This will be the name of the link the member clicks on to open the registration form.
- If you want the registration form to appear in an i-frame on your website, add the following html:
<iframe src="PASTE LINK HERE" width="650" height="1400" style="float:left; width:650; height:1400;" frameborder="0" scrolling="auto"></iframe>
Here’s an example of the back-end code on a Sportzware Website. Use the ‘Toggle html source’ button (circled) to enter html.

Front end example (i-framed):
Log in/ Sign Up screen:

Registration form screen:

If you experience any difficulty in adding your Registration form to your website, please contact SportingPulse Customer Support on support@sportingpulse.com