Hi Experts,
I am creating an Adaptive form in AEM which uses multiple wizards (panels). I have a requirement like the user should not move to the next panel until his inputs are validated for existing panel. Is there any property I can use to achieve this functionality ? Basically, what I am trying to achieve is this
If(myTextFieldValidated)
{
MoveToNextPanel;
}