Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

email submit button causing required error when all required fields are filled in

Avatar

Level 1

It looks like if I have more than 1 instance of subform  added,  my email submit button triggers "..at least one required " error message when all required fields are filled-in.

I toggle subforms between "visible" and "hidden (from layout)".  Any suggestion is appreciated.

ralph

1 Reply

Avatar

Level 10

The fields that are hidden should have the validate.nullTest property set to "disabled", something like;

TextField1.validate.nullTest="disabled";