Short Scrollable Terms: move checkbox position

  • browningreagle
    Asked on May 17, 2016 at 2:15 PM

    Is it possible to move the checkbox for the Short Scrollable Terms widget to below the textbox?  I can't seem to find a setting to change it, and it looks downright weird at the top.

     

    Short Scrollable Terms: move checkbox position Image 1 Screenshot 20

  • Huberson
    Replied on May 17, 2016 at 4:13 PM

    Simply add the following code to the Widget under CUSTOM CSS tab.

    #action{

    position: absolute;

    top: 216px;

    }

     

    Demo clone: https://form.jotform.com/61376177772970 

  • browningreagle
    Replied on May 17, 2016 at 4:36 PM

    Perfect!  Thank you Huberson!