Form Wizard Pro makes it easy to create arbitrary ad hoc forms to capture custom information to be submitted by your site visitors. For a guided tour of Form Wizard Pro, please see this demo/training video. You can also try it out yourself on our demo site demo.mojoportal.com
Available licenses: Single Installation License, Server License or Enterprise License.
Features at a Glance
- Easily design forms with Text, Paragraph, Multiple Choice (radio buttons), Checkboxes, dropdown lists, Date, or sliding scale question types.
- Re-arrange questions using drag and drop
- Option to receive email notifications when a form is submitted.
- Export form submission data to .csv (Comma Separated Values) for analysis in Excel or other spreadsheet programs.
- Optional Captcha to prevent spam submissions by automated bots

First you need a web site running the free open source mojoPortal software (version 2.2.7.9 or higher) using MS SQL or MySql for the database (support for other databases coming soon). You should get your site working before you buy the Form Wizard Pro Feature. For information on setting up a mojoPortal site, see mojoPortal Installation.
After purchasing Form Wizard Pro, download the .zip file to your local machine and using an FTP Client like FileZilla, copy the contents of the wwwroot folder into the root folder of your mojoPortal web site. Then visit http://yoursiteroot/Setup/Default.aspx to complete the installation of Form Wizard Pro. You should also coopy the contents of the css folder into your skin. You may need to tweak the colors in the css file to match your skin, though it should look right in most skins out of the box.
To use MySql, you need to download the free MySql Data Layer for Form Wizard Pro from this page on Novell Forge:
http://developer.novell.com/wiki/index.php/Mojoportal
This is released free under the GPL in order to comply with the GPL license of the MySql Connector for .NET
Source Code for the MySql Data Layer for For Wizard Pro is avilable from our Subversion Repository at this url:
https://forgesvn1.novell.com/svn/mojoportal/vendor/SourceTreeSolutions/sts.FormWizard.Data.MySql
In theory, this feature should also work with mojoPortal running on Linux with Mono, however, it has not yet been tested or verified.
- 0.0.0.2 - Initial Release 2008-09-29
- 0.0.0.3 - 2008-11-24 added validation summary to bottom of form so if the form is long the user knows more easily what is required even if the required items are at the top. added additional css classes to make it easier to style different question types differently