Trigger a form after duplicate validator

Confluence User - 19 Mar, 2019

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? 

duplicate;validator

1


19 Mar, 2019
confluenceUser
1
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print