This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:registration_setup:registration_code_form:start [2010/06/17 00:04] rdowen |
admin_menu:registration_setup:registration_code_form:start [2016/10/10 21:02] (current) geojames |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Registration Code Form ====== | + | ====== Registration Code Form [I] ====== |
- | The very first step in the user registration process is to place a user into a user group. Every user must be associated with a user group because you will associate price plans and certain privileges on a user group by user group basis. Note that this page will not be displayed to the user if one of the following exists: | + | You can find the options |
- | + | ||
- | - You only have one user group entered into the system | + | |
- | + | ||
- | - You have multiple user groups, but they do not have an actual ' | + | |
- | + | ||
- | In either of those cases, the software will automatically place the user into the only available | + | |
- | + | ||
- | If there are multiple user groups active in the system, the user will be prompted | + | |
- | + | ||
- | **Alternate Method for Displaying this Page** | + | |
- | Rather than having the user enter a registration code, you can set up a set of ' | + | |
- | + | ||
- | - Attach registration codes to all user groups that will appear as a choice. This is done through the USER GROUP admin tool. | + | |
- | - Remove the registration splash page attached to each of the user groups by removing the html contents of the splash page. (if it's not working, remove the content with WYSIWYG editor turned off). This is also done through the USER GROUP admin tool. | + | |
- | - Next, create a page template specific | + | |
- | - Remove the **{body_html}** tag from your new template. | + | |
- | - Where the **{body_html}** tag was you will enter your HTML links or HTML form to so that when the user chooses one of the links they will automatically be placed into the user group associated with that link (code). In both examples below, 2 user groups are used one with registration code of regcode-group-a while the second group uses registration code of regcode-group-b | + | |
- | + | ||
- | Link Method: | + | |
- | + | ||
- | <code html> | + | |
- | <a href=" | + | |
- | <a href=" | + | |
- | </ | + | |
- | + | ||
- | When the user clicks one of the links the registration code will automatically be entered. | + | |
- | + | ||
- | Form Method: | + | |
- | + | ||
- | <code html> | + | |
- | <form action=" | + | |
- | <select name=" | + | |
- | <option value=" | + | |
- | <option value=" | + | |
- | </ | + | |
- | <input type=" | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | These methods can only be done directly within the Registration Code Form page. So only assign you new page template to the registration code form page within the admin tool. NOTE: The registration code HTML " | + |