Customizing Registration Page

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.
4/11/2013 5:06:51 AM
Gravatar
Total Posts 2

Customizing Registration Page

Hi there.

I need to customize the registration page where by the user need to choose either their register for Individual or Company.

I manage to add this new field in the Registration.aspx.

But the thing is how the new data will be massage into the database?

Thank you for the advance. =)

4/11/2013 9:56:12 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Customizing Registration Page

For basic information on the registration page you should look at the User Profile Configuration.

If this will not meet your needs  you should look into a custom solutions using the User Registered Event Handler. This will allow you to implement a custom solution without modifying the core mojoPortal code.

You really should avoid modifying, forking, the mojoPortal code in any fashion as this will make upgrade very difficult to manage.

4/11/2013 8:29:19 PM
Gravatar
Total Posts 2

Re: Customizing Registration Page

Hi Aaron,

Thank you for your prompt reply.

Actually, I already clone the mojo.config to customProfile.config file.

But not the Registration.aspx and Resource.resx because I not really sure how the mojoPortal works on the flow.

Can you expalin for me?

I'm so sorry because I'm new in developing using asp.net also works using procedure.

Thank you again..

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