can you change just one field rather than the form, i would like to enc

  • Profile Image
    p
    Asked on September 22, 2014 at 10:30 AM

    can you change just one field rather than the form, i would like to encrease the font size of the answer in a "drop down"



    This is a re-post of a comment on How to Inject Custom CSS Codes

  • Profile Image
    ShadaeTrotman
    Answered on September 22, 2014 at 11:29 AM

    Hi P,

    Yes you can inject code for a specific field. The first thing you will need to do is get the input ID for the options that you would like to change.

    Select the gear icon on the field that you would like to make the changes to and select "Show Properties"

    At the bottom you will see the input ID for the elements in your field.

    The code you would inject would look something like this

    #id_27_0, #id_27_1, #id_27_2, #id_27_3{

    font-size: 50px;

    }

    I hope that this helps!

  • Profile Image
    David
    Answered on September 22, 2014 at 01:28 PM

    Hi,

    What was suggested is indeed the way to customize specific fields.  Just in case you need a bit more in depth explanation, here is our full guide on customizing specific fields:

    http://www.jotform.com/help/176-How-to-apply-custom-CSS-to-a-particular-field

    If you have any further questions, please let us know and we will be happy to help.

  • Profile Image
    paulmanton
    Answered on September 24, 2014 at 06:23 AM

    got there eventually thanks Shadae but i didnt know what to do with the code until i read Davids comment but even then i struggled.

     

    basically Shadaes instructions tell me where to find the fields identification number example #id_27_0, then you need to paste the {font-size: 50px;} bit in the inject Custom CSS field described in Davids answer.

     

     

  • Profile Image
    ShadaeTrotman
    Answered on September 24, 2014 at 06:59 AM

    Hi paulmanton,

    I do apologize for the difficulty that you had with this issue. I am happy that David's answer cleared up everything for you.

    To confirm, were you able to get your desired results?

  • Profile Image
    Ben
    Answered on September 24, 2014 at 10:17 AM

    Hi,

    I am glad that you were able to find out how to put it all together, but do let us know if you require any further assistance with this or some other issues and we will gladly respond.

    Best Regards,
    Ben

  • Profile Image
    paulmanton
    Answered on September 26, 2014 at 05:17 AM

    all sorted thanks