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 [2009/10/05 22:59] james |
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. | + | You can find the options available |
- | + | ||
- | You can use registration codes to place users in specific user groups at registration. | + | |
- | + | ||
- | At the registration code page you can create a form or <a> links the client can use or click to place them within a user group of their choosing. | + | |
- | + | ||
- | - You start by creating a page template specific for the registration code page (or Registration Code Form), if you do not have one already. (Default template for that page is Basic Page 1) | + | |
- | - Remove the (!MAINBODY!) tag from this new registration code template. | + | |
- | - Attach registration codes to all user groups that will appear as a choice. This is done through the USER GROUP admin tool by entering a registration code for each user group to use a registration code. | + | |
- | - Remove the registration splash page attached to each of the user group by removing the contents of the splash page. (if it's not working, remove the content with WYSIWYG editor turned off) | + | |
- | - Where the (!MAINBODY!) tag was you will hardcode in html the links or form to automatically enter the registration codes for the "user group" the user selected. 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 | + | |
- | + | ||
- | If using the " | + | |
- | + | ||
- | <code html> | + | |
- | <a href=" | + | |
- | <a href=" | + | |
- | </ | + | |
- | + | ||
- | When the user clicks one of the links the registration code will automatically be entered. | + | |
- | + | ||
- | + | ||
- | If using the " | + | |
- | + | ||
- | <code html> | + | |
- | <form action=" | + | |
- | <select name=" | + | |
- | <option value=" | + | |
- | <option value=" | + | |
- | </ | + | |
- | <input type=" | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | This can only be done within the Registration Code Form page. So only assign the page template you create here to the registration code form page within the admin tool. The registration code html " | + |