The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using AJAX to determine the options during registration
I am trying to find a way using AJAX to allow users to register for usergroup A or usergroup B which would then display different profile fields and options based on the first selection.
Basically, when a user goes to register, they click the agree button and then select one of two Register A or Register B Then they are taken to the next registration page with corsponding fields. |
#2
|
||||
|
||||
well if its just a simple radio button choice there is no reason for ajax, just use dynamic html saying if a user chooses this add these fields. also if your just going to have them load another page upon selection then no need for any javascript just PHP
|
#3
|
|||
|
|||
Quote:
if ($_REQUEST['do'] == 'option1') { DISPLAY THIS } if ($_REQUEST['do'] == 'option2') { DISPLAY THAT } Or would I want to use conditionals? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|