Limit Digit Amount

Home Forums Quform WordPress Limit Digit Amount

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6848
    brabox
    Participant

    Hello,

    I have tried searching the form but did not find anything.

    How do i limit the amount of digits or characters that can be typed in the field?

    I am using the Length validator but i could not find how to prevent client from typing X amount.

    #6863
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #6864
    brabox
    Participant

    Hello Ally,

    the length validator is working fine. i set it to minimum 5 and max 5. The error messages are working fine.

    But what i wanted is the limit the # of characters the client can type in the field, i do not want him to go over X amount.

    This is a simple HTML example for max 10 characters:

    <input type=”text” id=”Textbox” name=”Textbox” maxlength=”10″ />

    #6896
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #6913
    brabox
    Participant

    Thank you Ally,

    i had to add ” instaed of ‘ to make it work.

    this is how it looks with more than one element.

    <script>
    jQuery(document).ready(function ($) {
    $(".iphorm_22_31, .iphorm_22_54").attr('maxlength', '5');
    });
    </script>

    Thanks!

    Marco

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy