Page 1 of 1

Add new fields to registration page

Posted: Mon Nov 09, 2009 10:46 am
by jattwood@nubrand.ca
Found some high level information on how to add new custom fields to the user registration pages but still in the dark. Specifically, I would like to

1) Add fields to the New customer registration page. (1 basic text field) and store it in the database. Can anyone point me to the .ascx file to modify and how it would be done?
2) Also, code to retrieve or display this data later on...
3) Place email verifcation on the new user account sign up to verify email address. (User must authenticate by checking email after registration).

Any help appreciated.

Jamie

Re: Add new fields to registration page

Posted: Tue Nov 10, 2009 5:13 am
by mazhar
1) Add fields to the New customer registration page. (1 basic text field) and store it in the database. Can anyone point me to the .ascx file to modify and how it would be done?
You need to modify ConLib/RegisterDialog control files.
2) Also, code to retrieve or display this data later on...
For custom data with user you need to make use of user settings. Read following thread about how to save/retrieve data from user settings.
viewtopic.php?f=42&t=8215
3) Place email verifcation on the new user account sign up to verify email address. (User must authenticate by checking email after registration).
Read following thread about how to implement verification support.
viewtopic.php?f=47&t=8575