How to make the License agreement checkbox widget selected by default

  • sklayman
    Asked on November 30, 2014 at 4:22 PM

    Hi,

    1. I have created a license agreement checkbox, but can't make it the default selected answer.

    Neither the dedicated license widget looks well on the form with RTL formatting, nor adding "a must" setting.

    2. since I have deleted the checkbox title, it can't be aligned and sill keeps space for the title.

    Any ideas how to make it work?

     

    Thanks!

     

     

  • jonathan
    Replied on November 30, 2014 at 7:41 PM

    Hi,

    #1.

    Make the Checkbox selected by default by selecting the option in its Selected property

    How to make the License agreement checkbox widget selected by default Image 1 Screenshot 30

     

     

    #2

    Adjust the Checkbox more to the right side using custom injected CSS code

    #input_8_0{

    margin-right: -12px !important;

    }

    adjust the number accordingly.

    User guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    How to make the License agreement checkbox widget selected by default Image 2 Screenshot 41

     

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

    Thanks.