Trying to set up a module to display form data from Form Wizard Pro

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/4/2012 6:45:21 PM
Gravatar
Total Posts 81
Website Hobbyist and Software Engineer
Proud member of the mojoPortal team
www.doan.me

Re: Trying to set up a module to display form data from Form Wizard Pro

For the Avatar question, you can go to Site Settings for your site and change the value for the Avatar System setting. Sounds like you will probably want the User Upload option.

For the check box and multiple choice question, reference the Profile Configuration page

For check box see the 'Type' section of how to use Boolean.

For the multiple choice see the Gender example for the use of Option List.

4/5/2012 7:20:38 AM
Gravatar
Total Posts 104

Re: Trying to set up a module to display form data from Form Wizard Pro

Thanks again! : )

4/5/2012 7:59:11 AM
Gravatar
Total Posts 104

Re: Trying to set up a module to display form data from Form Wizard Pro

hmmm... not seeing anything related to being able to select multiple items through one element of the profile setup

4/5/2012 8:53:29 AM
Gravatar
Total Posts 18439

Re: Trying to set up a module to display form data from Form Wizard Pro

We don't currently have support for checkboxlist in custom user profile properties, but I don't think it would be difficult to add support for that. I've added a to do item in our project tracker for that and will try to get to it for the coming release, or if not then the one after that.

Note that custom profile properties are just key value pairs, so in thei case the values would be comma separated items corresponding to the checked boxes and that is how they would be displayed on the ProfileView.aspx page.

Best,

Joe

4/5/2012 10:06:14 AM
Gravatar
Total Posts 104

Re: Trying to set up a module to display form data from Form Wizard Pro

Thanks Joe!  : )   I think I can work with the functionality that is in place now, but I will consider the information you provided on the key/value pairs too...  Have a good one!

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