Field position selector

  • je862
    Asked on July 18, 2015 at 5:01 PM
    Also, is there a place on the forum to describe each of the parameters for a particular CSS selection? e.g. the checkbox position item has choices of Static, Relative, absolute, sticky and fixed.  I don't see a place for the definitions of those items.
  • Welvin Support Team Lead
    Replied on July 18, 2015 at 5:08 PM

    Unfortunately, no option in the form builder to let you select the position CSS property. You have to get the field ID and target it with a custom CSS codes:

    http://www.jotform.com/help/146-How-to-find-Field-IDs-Names

    Then you can inject it in the form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    For example:

    #id_15 {

    position: relative;

    }

    Let us know if you need further assistance.

    Thanks