Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > bizform validation label View modes: 
User avatar
Member
Member
kentico fairy - 1/4/2013 1:54:26 PM
   
bizform validation label
Instead of displaying the Validation label for each field, i want to make the textbox border red. Is it possible with portal engine version 7?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 1/6/2013 10:05:27 AM
   
RE:bizform validation label
Hello.

The validator is built-in in our form controls. You could, however, hide it via CSS (visibility:hidden;) or jQuery and apply required CSS class with this red color border over given element instead.To apply these custom classed over standard behavior, you can develop custom form control with this functionality included, or handle in in proper BizForm control’s event.

Best Regards,
Radek Macalik