One way would be to create a contentValidatorManager service that keeps track of all the contentValidators as they are registered. Then instead of referencing contentValidators you reference contentValidatorsManager and call a new validatorAllValidators() that would loop through all registered valid...
I was wondering if there was a well defined way to prefill a form with user specific data.I see the method for populating via the sling request data attributehttps://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html#SupportedprotocolsforprepopulatinguserdataBut my forms are being use...