Design and CSS styles
Version 6.x > Design and CSS styles > How to Remove Biz-Form Validation Message View modes: 
User avatar
Member
Member
ankit123-yahoo.co - 10/21/2012 11:19:46 PM
   
How to Remove Biz-Form Validation Message
Hi,
In my biz-form some fields are compulsory so when i click on submit it will show validation message beside fields. but with this validation message beside fields its also show message : "The entered values cannot be saved. Please see the fields below for details." on the top of biz-form which i don`t want please help me to remove/hide this message.

Thank You.

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 10/21/2012 11:54:31 PM
   
RE:How to Remove Biz-Form Validation Message
Hi,

Yes, there is a way. You will need to open resources file and change/delete appropriate value.
You can find that resource file in <web site folder>/CMSResources/CMS.resx. There, in the column "Name", you will need to find "bizform.errorvalidationerror" and change text in the column Value (clear it) or delete it completly (please see attached screenshot).

User image

Then you will need also to delete cache and maybe restart your application.
You can do it in Site Manager -> Administrator -> System.

Best regards,
Martin Danko

User avatar
Member
Member
ankit123-yahoo.co - 10/22/2012 12:18:05 AM
   
RE:How to Remove Biz-Form Validation Message
Thank you Martin.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 1/24/2013 5:54:41 PM
   
RE:How to Remove Biz-Form Validation Message
You could also create your a custom layout as well without any validation. That wouldn't requite any changes to your code base.