Page 1 of 1

How to make firstname and lastname as a required fields?

PostPosted: Sun Sep 25, 2011 11:44 pm
by marko
Hi Steve,

Just a newbie,into registration page i would like to ask and need held how to make firstname, lastname, as a required fields.?
Also can i change the field name department into address, it is possible and easy to change and there's no other page conflict.?

Thanks and regards,

Marko

Re: How to make firstname and lastname as a required fields?

PostPosted: Mon Sep 26, 2011 11:50 am
by shannah
how to make firstname, lastname, as a required fields.?

Set them to be NOT NULL in MySQL.

change the field name department into address

You could just change the field label of the department field in the fields.ini file.
However it is probably better to actually add an address field to the users table instead.

-Steve

Re: How to make firstname and lastname as a required fields?

PostPosted: Thu Sep 29, 2011 4:07 am
by marko
thank you steve, it works... i have also question, i want to put the email and verify email, like the password retype password but i dont know where the code, hope you can help me with my problem...

-* it is possible in web auction redirect to payment online after they put the bid?

Thanks and regards,

Marko