femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Only fields selected in plugin should be validated

Open chludwig opened this issue 1 year ago • 0 comments

When using the "Save" (Edit Profile) view and not selecting fields that have validation.required = 1, they get validated and the user has no chance to save his profile. A use case is when splitting the form data into multiple page (for example "change password", "change address", "change alias picture") and zip is empty and required. So the user gets an error message in the "change password" page telling that the zip is required even though the field is not present.

The current workaround is to create subtemplates and set required fields per page.

chludwig avatar Apr 21 '23 10:04 chludwig