• Resolved Sergio

    (@srosales1000)


    Hi,

    Great plugin, Thank you very much. Is there anyway to force the keyboard with numbers in mobile version? because its just numbers (and dots and commas) So it will be very helpfull.

    Thank you very much

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @srosales1000

    If you are referring to the number fields, you must select the “Digits” option as its “Number format” attribute, or the “Number” option, but without any value in the thousands separator symbol.

    Best regards.

    Thread Starter Sergio

    (@srosales1000)

    Hi again, thank you very much for your quick answer, but unfortunately it didn’t solve the question, with your idea I tried some combinations and check in several devices but nothing worked.
    Thank you in advance

    Plugin Author codepeople

    (@codepeople)

    Hello @srosales1000

    You can force the type of the input tag. For example, if it is the fieldname2 field, insert an “HTML Content” field in the form with the following piece of code as its content:

    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    fbuilderjQuery('[id*="fieldname2_"]').attr('type', 'number');
    });
    </script>

    Best regards.

    Thread Starter Sergio

    (@srosales1000)

    Sorry,

    But it didn’t work neither…

    Plugin Author codepeople

    (@codepeople)

    Hello @srosales1000

    I’ve checked your form, and it does not include the recommended code.

    Furthermore, given you are using a plugin to manage the website’s cache, I recommend you purge the website’s cache after editing the form.

    Best regards.

    Thread Starter Sergio

    (@srosales1000)

    It works, thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Force keyboard with numbers’ is closed to new replies.