1
0
-1

Hi,

Can someone tell me can we validate a textfield or any other field using javascript in custome html?

TQ..

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, in the Custom HTML element, use a <script> tag and use any standard JavaScript or JQuery to perform your validation. You can use the Javascript API#getValue(fieldId) to get the value of your required form element.

        CommentAdd your comment...