As soon as I open the webpage with my form on it, it jumps straight to the ReCaptcha field. How can I make the focus stay at the top of the page?

Fixed in latest builds!

 

In Build 730 and higher, go to 

/administrator/components/com_breezingforms/libraries/crosstec/classes 

In that file, look for this code:

 

Code

"bfReCaptchaDiv",
{
     theme: "'.addslashes($mdata['theme']).'",
     callback: Recaptcha.focus_response_field
}
 

 

and replace it with:

"bfReCaptchaDiv",
{
     theme: "'.addslashes($mdata['theme']).'"
}

 

In Build 729 and lower, go to 

/administrator/components/com_facileforms/libraries/crosstec/classes

and do the same thing:


Open the file BFQuickMode.php and in that file, look for this code

 

Code

"bfReCaptchaDiv",
{
     theme: "'.addslashes($mdata['theme']).'",
     callback: Recaptcha.focus_response_field
}

 

Code

"bfReCaptchaDiv",
{
     theme: "'.addslashes($mdata['theme']).'"
}

 

Focus should now be returned to the top of the page.

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!