Remove space between the asterick and checkbox field.

  • montsho
    Asked on May 6, 2014 at 8:48 PM

    Is there a way to remove the space between the asterick (for required field) and he actual check box?

     

    http://www.shomofit.com/pages/pacerapplication.aspx

  • David JotForm Support Manager
    Replied on May 6, 2014 at 9:17 PM

    Hi, what can be done  to get asterick closer to the checkbox, is to type something in the label:

    Remove space between the asterick and checkbox field Screenshot 30

    Then inject this CSS code in the form to make the text color as the background of the form, so it will hide:

    #label_54{

    color:black;

    }

    This is how it loooks:

    Remove space between the asterick and checkbox field Screenshot 41

    Hope this helps you, if you have another question non-related to this one, please open a new thread, we will be glad to assist you.