Rain Maker Custom Forms not working google recaptcha v2
-
I have integrated google captcha on mysite.
I have added custom rainmaker form for subscription on footer pf page.
but doing so it is hiding the captcha after debugging I found below style got appended through jQuery.“<div style=”position:absolute; left: -5000px”><input type=”text” class=”rm_required_field” value=”” tabindex=”-1″></div>”
Please make it section specific so no other functionality get affected.
File where code is present:
D:\MangeshK_Workspace\najmwebportal\wp-content\plugins\icegram-rainmaker\assets\js\main.jsCode:
if(jQuery(form).find(‘.rm_required_field, .ig_form_required_field’).length < 1){
jQuery(form).append(‘<div style=”position:absolute; left: -5000px”><input type=”text” class=”rm_required_field” value=”” tabindex=”-1″/></div>’);
}Please make necessary changes so that google captcha not get hide.
- The topic ‘Rain Maker Custom Forms not working google recaptcha v2’ is closed to new replies.