Spinner field is not showing whole number

  • conniegray
    Asked on November 18, 2015 at 12:47 PM

    In Chrome on a desktop and Android device, the drop down for the number of children on my form only shows a portion of the number. I have this form hosted on WordPress. It shows fine on any other platform and on Chrome on an iphone. Is there something we need to do to make the full number show?

     

    Thanks,

    Connie Gray

    connie@virtualsolutions4you.com

    913-608-5346

    Jotform Thread 707307 Screenshot
  • BJoanna
    Replied on November 18, 2015 at 2:41 PM

    Thank you for contacting us,

    You can show the whole number inside of spinner fields by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-spinner input {

        padding: 0!important;

    }

    Spinner field is not showing whole number Image 1 Screenshot 30

    After you add this code your spinner fields will look like this. 

    Spinner field is not showing whole number Image 2 Screenshot 41

    Here is my cloned form where I added mentioned code: https://form.jotform.com/53215520904952? Feel free to clone it

    Hope this will help. Let us know if you need further assistance.