1
0
-1

Hi Team, 

I have a requirement to validate input in provided in form. Like we search bank address based on location. Or address validation for the address provided on form. 

E.g. address validation on form using google/Microsoft etc. validation.

Appreciate your help.  

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Thank you, Anders. I am looking for solutions of search like facility (in backend it will call validator API). So, address can be accepted based on status code. Or display suggested address to user to choose from.  

      Best Regards

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, you can implement custom validation using validators like the Bean Shell Validator, or you could develop your own custom Form Validator Plugin. You could also add front-end validation using JavaScript like in Front End Validation.

          CommentAdd your comment...