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

Fix error_redirect parameter #51

Merged
merged 6 commits into from
Apr 21, 2023
Merged

Conversation

duncanmcclean
Copy link
Owner

This pull request implements the error_redirect parameter properly.

The parameter was documented and I always thought it existed. However, it seems no hidden form parameter was created for it, like one is when you use the redirect parameter.

We also didn't have code to take the user to that URL when validation fails. There was a method in the controller for it but it wasn't being used.

Fixes #49

@duncanmcclean duncanmcclean merged commit 8e0b07d into 2.x Apr 21, 2023
@duncanmcclean duncanmcclean deleted the fix/error-redirect-parameter branch April 21, 2023 15:33
@github-actions
Copy link

Released as part of v2.1.3.

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

Successfully merging this pull request may close these issues.

error_redirect not working
1 participant