Log in

View Full Version : Format registration page into a more logical order


criscokid
02-13-2006, 01:02 PM
At the moment the standard vBulletin registration page isn't laid out very logically... It has all the 'required' fields at the top followed by the 'optional' fields.

The user registration page on most websites is laid out in a more orderly and logical way and 'required' fields are normally indicated with an asterisk (*).

On my forum I have seperate fields for city (free text and required), state (drop down list and optional) and country (drop down list and required). The state field is optional as I don't have the state of every country in the world listed - only USA, Canada and UK. I have all this information in seperate fields as it enables me to compile detailed statistics on where my registered users are from.

City, state, country is a logical order but because the state field is optional (not every country in the world is divided in to different states) this field is relegated down the page to the 'optional' fields on the registration form.

I'd like to see the registration page formatted into a more logical order with 'required' fields indicated with an asterisk (*).

Lineman28645
02-13-2006, 01:31 PM
Try modifiying the template for registration.

Styles & Templates > Style Manager > Templates > Registration Templates > register

Its either in there, or you might even have to check the register.php file in your FTP. Make sure you back-up your files before doing so. I'm sure its possible to change it around, however I've never messed with it before. I'm just telling you where it would be located.

I'll mess around with it some tonight.

https://vborg.vbsupport.ru/showthread.php?t=107877

I just did this, maybe it will help some.