We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks a lot for this amazing plugin!
What would be the best way to have custom validation based on the back end using parsley remote?
Thanks!
The text was updated successfully, but these errors were encountered:
I've tried that and it is working fine because it'll generate data-parsley-remote attribute and it'll call the API.
Here I'm call a web api to validate the password field remotely using AJAX call.
parsley_extras = { 'password': { 'remote': reverse_lazy('validate-password-parsley'), 'error-message': "Password is invalid" } }
Sorry, something went wrong.
No branches or pull requests
Hi, thanks a lot for this amazing plugin!
What would be the best way to have custom validation based on the back end using parsley remote?
Thanks!
The text was updated successfully, but these errors were encountered: