The Rapid Registration process can be triggered via:
- The Courses page
- The Schedule page using the Rapid url parameter.
- A direct link to the process via occurrence ID
Feature by request
The Rapid Registrations feature must be activated for your VETenrol account, please contact Support.
Courses Page (aka Rapid Course Widget)
The Courses page provides a summary of the available occurrences based on the programme and location selected. It is intended for embedding via an iFrame in your website. For best results, a long, narrow space is recommend.
The link is the URL to the server followed by ?clientID= and your ClientID exactly as displayed in your Client Administration Settings and then &page=courses.aspx.
For example: https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=courses.aspx
The courses page can accept further parameters:
Parameter | Result |
---|---|
Limit | Sets the maximum number of occurrences to display. Also requires a progID. |
Location | Restricts the occurrences to a single location. The location text provided must match the Location set for the occurrence(s). Also requires a progID. |
ProgID | Removes the programme selection field and shows only occurrences of the programme matching the ID. Multiple ProgID values can also be passed by comma separating the IDs, this will retain the programme selection field but limit it to only the programmes with the matching IDs. |
Examples:
- Using the Limit parameter
https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=courses.aspx&progID=96&Limit=2 - Using the Location parameter
https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=courses.aspx&progID=96&Location=Perth - Using Limit and Location
https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=courses.aspx&progID=96&Location=Perth&Limit=1 - Using multiple progIDs
https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=courses.aspx&progID=13,96
Note
The courses page can also be used for standard registrations if the Rapid Registrations feature has not been activated for your VETenrol account.
Schedule Page
The schedule page triggers the standard registration process by default, however by passing the rapid parameter as part of the link, it can trigger the rapid registration process instead.
The link is the URL to the server followed by ?clientID= and your ClientID (exactly as used for login to Admin) and then &page=schedule.aspx and &rapid=1 to indicate use of rapid addresses for the Enrol Now links.
For example: https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=schedule.aspx&rapid=1
Note
There are no Rapid settings for Schedule, however the standard settings still apply when using the rapid parameter.
Direct Links
This method begins the Rapid Registration process immediately for a specific occurrence.
The link is the URL to the server followed by ?clientID= and your ClientID (exactly as used for login to Admin) and then &page=RegisterRapid.aspx and &occuID= and the Occurrence ID for the course instance appended to the address.
For example: https://enrol.vetenrol.com.au/?clientID=VT-DEMO&page=RegisterRapid.aspx&occuID=3520
Related Topics