1
0
-1

Hi,

I have Form A  which need to input ID to check either the ID is existed or not. If exist, it will display the Form B that have ID details but if not exist, it will go to Form C to create the new ID. I try using Duplicate Validator to check the existing ID but it just show the message error . What value should I bring from Form A to process condition? 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      The validator plugin scope do not allow such "go to form x" feature to happen at the first place.

      Workaround - You can try to code some javascript, put into custom html to detect the presence of the error message, then perform the redirection you want.

        CommentAdd your comment...