Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only fields selected in plugin should be validated #495

Open
chludwig opened this issue Apr 21, 2023 · 0 comments
Open

Only fields selected in plugin should be validated #495

chludwig opened this issue Apr 21, 2023 · 0 comments
Milestone

Comments

@chludwig
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants