Customizing mojoportal Registration form

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/9/2011 8:34:12 AM
Gravatar
Total Posts 76

Customizing mojoportal Registration form

Hello All,

I need to customize the mojoportal registration form to add new fields such as phone number, address, and more fields.

Should I modify the existing form or clone it and make modifications in this case? 

Please advice...

Any help would be appreciated...

Thank you so much!

 

3/9/2011 11:10:06 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Customizing mojoportal Registration form

You might want to take a look at the following to see if it meets your need before looking at cloning a feature.

http://www.mojoportal.com/userprofileconfiguration.aspx

But you should make a not that is it never advised to modify the core MojoPortal code because you will be creating a branch that could impede upgrades in the future. Should you ever find you are in need the best option is to clone an existing feature and modify that to fit your needs.

3/9/2011 8:41:11 PM
Gravatar
Total Posts 76

Re: Customizing mojoportal Registration form

Thanks...I've checked out http://www.mojoportal.com/userprofileconfiguration.aspx

I read through the instructions,but any idea where the values of these custom properties will get stored?

Will the new fields I add by adding new properties get stored somewhere in the mojoportal darabase? because I need to copy those values to my external database.

Thanks.

3/10/2011 10:16:51 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Customizing mojoportal Registration form

I believe that the values are stored in the mp_UserProperties table. The name of the of the property will be in the PropertyName field and the value in the PropertyValueString field.

3/10/2011 10:38:23 AM
Gravatar
Total Posts 76

Re: Customizing mojoportal Registration form

Thank you for the reply Anvil...I'll check it out...

You must sign in to post in the forums. This thread is closed to new posts.