How to add name attribute to html? #258
-
Hi, I tried using jQuery Validate in combination with django-recaptcha. It's giving me trouble because it is expecting a HTML 'name' attribute, which django-recaptcha doesn't provide. How can I solve this?
|
Beta Was this translation helpful? Give feedback.
Answered by
AltusBarry
Jun 18, 2019
Replies: 1 comment
-
Hello, thanks for your interest in this project. It should be a simple case of adding the name to the attrs dict:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thibaudcolas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thanks for your interest in this project.
It should be a simple case of adding the name to the attrs dict: