Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > regarding the error message in biz form View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/27/2012 10:49:18 PM
   
regarding the error message in biz form
Hi all,

I have created a form using the biz formmodule.

But when user click on the submit button it is displaying error message below the text box and below the form also,

below the text box it is showing the mesage which I have given in form, but below the submit button it is showing "Please enter a value" I don't want to display the error message below the submit button , only at on place the erro message should display,

please guide how to remove or disable the second error message

This is very vrey urgent..

thanks
Sansugoi

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 2/28/2012 2:39:51 AM
   
RE:regarding the error message in biz form
Hello,

To set the main validation message you can simply use the code below:

this.viewBiz.ValidationErrorMessage = "Main error message";

Or you can replace it in the specific CMSResources/CMS.resx file.

Best regards,
Boris Pocatko