Portal Engine
Version 2.x > Portal Engine > Registration - Custom fields View modes: 
User avatar
Member
Member
Darren - 11/23/2007 10:36:45 AM
   
Registration - Custom fields
I'm using the registration form web part so people can register to access secure areas of the site. I wanted to add some more fields to the form to collect more information about the person registering. For example - Job title, Company, How did you hear about us? - that sort of thing.

Is there an easy way to amend the current web part to add custom fields?

Many thanks for any help.

Darren

User avatar
Member
Member
matt.mclarty@imaginuity.com - 12/12/2007 4:29:15 PM
   
RE:Registration - Custom fields
Darren,

You've probably already found a solution but...

Basically you need to add your custom fields to the User System Table (CMSSiteManager>Development>System Tables).

You can then edit the registration web part to add your new fields (or create a custom web part). Then when you create the new user, you simply access your custom fields using the UserInfo classes Set value method