Preventing Enrollment while allowing for basic Registration (optional)
A few of our clients prefer to "prohibit" online
enrollment but still want the convenience of taking online
registration. They want the family and student data, the payment information, and the legalese, to be submitted by the parent online, but not allow a student to actually pick a class and enroll into it. An example would be a swim school that requires a swim test to determine swimmer level before enrollment is granted. This scenario can be accomplished by the following steps:

If you would still like to display your class information in Class Listings Tables, but not allow a class to be selected, you will simply "turn off" the live Register links that normally appear in the left-most column. To do this, go to Tools > Website Registration > Settings, go down to the Listings Settings and change the "Show Register Links on Listings:" to NO.

On that same page, change the "Ability to Enroll in a Class:" to NO. This will prevent the Reg form from showing any Class Search buttons, therefore, no classes can be selected.

If you would like a "Registration Fee" ("annual fee", "session fee", etc) to be posted to the Family account during this registration, make sure you have selected the appropriate choices on your SETTINGS page under the section on "Auto Posting of Registration Fees".

At this point you are probably wondering how your customer will "get to" your Registration Form - great question! You can place a link directly onto your webpage that says something like "Click here to Register" or "Submit a Registration Form" or whatever you like. The Registration Form is a simple hyperlink, and the codes below will launch the Registration Form. To add the link which launches your Registration Form, insert the following HTML into your website editor,
remembering to substitute YOUR ORG ID in place of the XXXXXX:
If you are using a website editor that simply asks you for the "hyperlink" or "website url" or "website address" to link to, then highlight your desired text or image and use the code in the blue box as the link. If prompted, also choose "link to other webpage" and "open in new window":
https://app.jackrabbitclass.com/reg.asp?id=XXXXXX
If you are using a traditional hard-coded web editor, use the html code in the yellow box. This example uses the text
Click here to Register for the display link, but you may change it to to any text phrase or image that you prefer by replacing that section in the code below:
<a href="https://app.jackrabbitclass.com/reg.asp?id=XXXXXX" target="_blank">Click here to Register</a>

Once the above link is on your webpage, your customer will simply click the link, which will open the Registration Form in a new window. There, they will fill out all the required contact, student, and payment information, agree to your Legal Policies, and SUBMIT. Since there was not a way to "select a class", none are selected and the student is NOT enrolled. This will create the family in your database but not enroll the student into any class. Your staff will then need to evaluate the student, select the appropriate level of class, and enroll the student within your database.