User Tools

Site Tools


admin_menu:registration_setup:registration_code_form:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 available to you for the registration code form within the [[startup_tutorial_and_checklist:feature_configuration:registration_configurations:user_group_selection_at_registration:start|user group selection selection section of the support wiki]]
- +
-You only have one user group entered into the system +
- +
-- You have multiple user groups, but they do not have an actual 'code' associated with them. +
- +
-In either of those cases, the software will automatically place the user into the only available user group and therefore this page does not get displayed. +
- +
-If there are multiple user groups active in the system, the user will be prompted to enter a registration code. If they do not have one, they can click 'no code' and continue on with the registration process. Doing so, will automatically place them in the 'default' user group. You can specify which of your user groups will be 'default' in your admin panel. +
- +
-**Alternate Method for Displaying this Page** +
-Rather than having the user enter a registration code, you can set up a set of 'links' or a 'dropdown' box, etc. using html for the user to click on. The 'links' you provide will each have their respective registration codes associated with them. +
- +
-  - 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 for the registration code page. The default template for that page is **basic_page.tpl** - So, you would make a copy of that template to use specifically for registration code page. Copy and rename that template to whatever you want. +
-  - 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="register.php?registration_code=regcode-group-a">group a</a> +
-<a href="register.php?registration_code=regcode-group-b">group b</a> +
-</code> +
- +
- When the user clicks one of the links the registration code will automatically be entered. +
- +
-Form Method: +
- +
-<code html> +
-<form action="register.php" method="post">  +
-<select name="registration_code">  +
-<option value="regcode-group-a">group a</option>  +
-<option value="regcode-group-b">group b</option>  +
-</select>  +
-<input type="submit" name="submit_registration_code" value="Submit >>" class="enter_registration_code_button" />  +
-</form> +
-</code> +
- +
-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 "switches/links" cannot be entered directly into the registration information collection form.+
admin_menu/registration_setup/registration_code_form/start.1276733060.txt.gz · Last modified: 2014/09/25 16:55 (external edit)