First Name and Last Name

Hi

Can some one tell me how to make the first name and last name to be capitalize

so when new member do the sign up page they can't use the first letter small have to be Cpitalize for First Name and Last Name

example: >>>  petro hernandez   to >>>    Pedro  Hernandez


Please

Thank'

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Jul 2010

You can just use CSS (in place where you draw FirstName and LastName) :

text-transform:capitalize;
Quote · 19 Jul 2010

agree anrewp

but is not going to work many people when they sign up they use the first leter smal and othe use the first letter big


so wat i want is when some one use small letter on the registration page they can't the first letter for  First Name and Last name have to be Big

You can just use CSS (in place where you draw FirstName and LastName) :

text-transform:capitalize;

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Jul 2010

In case if you don`t want to CSS styles. You can force transforming text and make first letters in capitalize

Look for 'ucwords' php function.

as result - you can override passing FirstName and LastName fields and pass it through ucwords function.

Quote · 19 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.