Form wizard pro - custom question types?

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/5/2013 8:48:07 AM
Gravatar
Total Posts 6

Form wizard pro - custom question types?

Hi Joe,

Is there a way to add custom question types to the Form Wizard Pro? My client has bought a license, and now would like to add new question types e.g. a map to pinpoint a location. 

From a quick look it doesn't that the questions are defined in the database - thay seem to be purely in code. Would I be right in thinking that I could add question types by creating my own classes in sts.FormWizard.Web.UI that implement CompositeControl and IQuestion?

If I did that would the custom question appear in the ddl of question types (ddQuestionType) on FormEdit.aspx, or would that need to be edited elsewhere in the code? And would the current save (the answers) be able to cope, or would that need updating too?

Cheers,
Kate

 

4/5/2013 8:54:22 AM
Gravatar
Total Posts 18439

Re: Form wizard pro - custom question types?

Hi Kate,

Sorry there is no support for custom question types. That would be a very tall order to make it possible.

Best,

Joe

4/5/2013 9:22:39 AM
Gravatar
Total Posts 6

Re: Form wizard pro - custom question types?

That's a pity. Back to the drawing board then.

Thanks for the quick reply.

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