How to reload CAPTCHA after ajax form submit
-
Hello. I have added captcha on my custom ajax form.
When I submit the form, I then hide it with CSS and display another div container with results.
Then people can return to the initial form and submit again _with the same captcha_ <- this is not good.
How to reset captcha after after ajax success?
I was trying to add cptch_reload() function after ajax success: but it doesn’t work like that.
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to reload CAPTCHA after ajax form submit’ is closed to new replies.