Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #999316

    There is any way to open only numbers keyboard when clicking on reCAPTCHA in mobile?

    #999456

    Hey adam_madar,

    Can you elaborate the issue? are you referring to the captcha in the contact form?

    Best regards,
    Nikko

    #999464

    Yes

    #999482

    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

    #999500

    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

    #999763

    Worked!
    Thank you very much Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Keyboard numbers to fill reCAPTCHA’ is closed to new replies.