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