Form Wizard Pro: Display validation messages just below each control.

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.
12/25/2013 10:09:19 PM
Gravatar
Total Posts 44
Regards, Dilip Wanave

Form Wizard Pro: Display validation messages just below each control.

Hi,

By using For Wizard Pro I want to display validation messages just below each control, as we can do that for text fields by adding regular expression and invalid message. I want to display such messages for other types of fields also such as Dropdown, checkbox, radio button list etc.

Is there any way to do that?

 

Thanks

Dilip

12/26/2013 12:43:33 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro: Display validation messages just below each control.

Hi,

Dropdown and checkbox list questions do support required field validation. They do not support regex validation since their possible values are limited to available choices or checked vs unchecked.

Only questions that allow free entry of values by the  user support regex validation.

Best,

Joe

12/30/2013 6:21:43 AM
Gravatar
Total Posts 44
Regards, Dilip Wanave

Re: Form Wizard Pro: Display validation messages just below each control.

Thanks Joe.

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