Simplifying the initial registration [message #34737] |
Thu, 16 November 2006 18:45 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
darren
![United Kingdom United Kingdom](/forum/images/flags/gb.png) Messages: 16 Registered: January 2006
Karma: 0
|
Junior Member |
|
|
The initial registration form - eg. http://fudforum.org/forum/index.php?t=register - is very lengthy and most people decide not to join my forum because of this.
What is the best way of reducing the size of this initial form ?
I would like to allow people to register using a very basic form, which they can later adjust AFTER they've registered in the 'control panel'.
Suggestion welcome.
Thanks
Darren
|
|
|
|
|
|
|
Re: Simplifying the initial registration [message #34820 is a reply to message #34789] |
Sun, 19 November 2006 16:39 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, you need to make it conditional on this being a new registration. Inside the template put the display: none into a conditional block based on the _uid constant.
Ex.
{IF _uid} style="display: none"{ENDIFI}
FUDforum Core Developer
|
|
|