I want to use ReCaptcha to load some extra data on the page. I want the form to be auto submitted when the ReCaptcha was entered. So that I don\'t need the extra submit butt
Use # instead of ?
#
?
? is used to begin query strings and will mess with method=GET type responses. # is the anchor symbol and will work.
method=GET