Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Issues related to forms.
Post Reply
User avatar
ColinM
 
 
Posts: 913
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Post by ColinM »

Hi Pablo,

Is there a reason why the updated WB16 form captcha object doesn't include a Tab Index field please? Can it be considered for future consideration?

Image

Also, I have set Ajax validation on a Client's form and there is no error message adjacent to the field if I don't tick the captcha - a submit just goes straight to the failed page. Let me know if you need a project extract please Pablo.
Yours truly
Colin M
Western Australia
User avatar
Pablo
 
Posts: 23025
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Post by Pablo »

You can set the tab-index via the 'Tab Index' properties.
At the moment this filed is hidden when you select Recaptcha, but you can make it visible by selecting 'Default'. After you have set the value you can switch back to Recaptcha.

There is no AJAX validation for captcha, but you can disable/enable the submit button using events.

Related topic:
https://www.wysiwygwebbuilder.com/forum ... =5&t=89516
User avatar
ColinM
 
 
Posts: 913
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

Re: Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Post by ColinM »

Ah Ok - I guess having Ajax validation for the default captcha with the Validation tab still there when you change it to V2 got me confused.

Thanks Pablo - so in short - still no validation for Captcha V2 and need to use event on submit button.
Yours truly
Colin M
Western Australia
User avatar
Pablo
 
Posts: 23025
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Post by Pablo »

Thanks Pablo - so in short - still no validation for Captcha V2 and need to use event on submit button.
ReCaptcha v2 is third party functionality. It does not support validation.
However, it sends an event when the Captcha is solved. So that can be used to 'do something', like enabling a button.
User avatar
ColinM
 
 
Posts: 913
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

Re: Google reCAPTCHA V2 - New WB16 Form Object Selection - No Tab Index field and Validation?

Post by ColinM »

OK - sounds good Pablo - thank you! 8)
Yours truly
Colin M
Western Australia
Post Reply