Form component names & individual component names

  • kluvergroup
    Asked on March 29, 2014 at 4:55 AM

    Is there a place to go to learn the names of the various component names?  

    Ex:

    hover text = .form-description-content

    field sublabel = .form-sub-label

    subheader = .form-subHeader

     

    Is there also somewhere from our interface that we can find out a individual component form names?  I'd like to color each of my different header's background to break up sections.  Would really be cool if jotform already had 'sections' that would give header of a color and a fainter shade of that same color as a background withing that section.  Users could quickly identify sections.

  • jonathan
    Replied on March 29, 2014 at 4:29 PM

    Hi,

    Please refert to this guides

    1. -Customize-your-Form-using-Custom-CSS-Codes

    2. -How-to-find-Field-IDs-Names

    The specific style you want was mentioned on the 1st guide I provided. Like this

    Changing the Header Background Color


    .form-header-group{
    background-color:#FFCC66;

    }

    Form component names & individual component names Image 1 Screenshot 20

     

    ---

    Hope this help. Inform us if you need further assistance.

    Thank!