There is any way to open only numbers keyboard when clicking on reCAPTCHA in mobile?
Hey adam_madar,
Can you elaborate the issue? are you referring to the captcha in the contact form?
Best regards,
Nikko
Hi adam_madar,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
Hi adam_madar,
Thanks for confirming, there is a way but we don’t really recommend it since you’ll need to modify a core file that can’t be overriden, so you need to modify after each update.
You will need modify this file: class-form-generator.php (located in enfold > framework > php > class-form-generator.php) find this code (line 753):
$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="text" id="'.$id.'" value="'.$value.'"/>';
and replace it with:
$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="number" id="'.$id.'" value="'.$value.'"/>';
Hope it helps.
Best regards,
Nikko
Worked!
Thank you very much Nikko