|
C
|
cgphp 1/17/2012 |
|
It's not very clear what you want to do. You can choose fields for the registration page from the "User login settings" window (http://xlinesoft.com/phprunner/docs/user_login_settings.htm) or you can add custom fields to the register form (http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm) |
|
|
B
|
bluedude author 1/18/2012 |
|
Alright, again :-) |
|
|
|
Sergey Kornilov admin 1/18/2012 |
|
Simply set default value of email field to $_GET["email"] on registration page. This is it. |
|