Is it possible to add javascript validation for a Form Field for On-line Forms to make it a Required Field using javascript instead of postback form that Kentico validation uses ?
hello i want validation for my textbox in bizform like this:@form id=@form1@ runat=@server@@ @asp:TextBox ID=@txtOne@ runat=@server@ /@ @asp:RequiredFieldValidator ID=@rfv@ runat=@server@ ...