Hello, I want to create a login form in my GWT project using Google reCAPTCHA v.2.
Is it possible to use Google reCAPTCHA v.2 in my GWT-PHP application without using servlets? Only HTTP requests. Any ideas? I tried to use a FormPanel and a submit button that make a request to my php file via RequestBuilder.POST, but in this case $_POST['g-recaptcha-response'] was empty. If I use the FormPanel form.submit() that doesn't work for me too. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
