form updates

  • Kolesnyk
    Asked on December 10, 2020 at 11:03 AM

    Hey, could you help us to move the click-box to agree to the terms after the actual agreement, not before it like it is right now?

    We were not able to figure out it on our own. Could you please do that for 2 of our forms.

    Jotform Thread 2758764 Screenshot
  • Gaetan_B
    Replied on December 10, 2020 at 11:57 AM

    Hello,

    Thank you for reaching out.


    So you would like to put the By clicking the submit button, I agree to terms & conditions

    under the terms and conditions box?


    Could you confirm it and give us the link of the two forms so we can assist you?


    Gaetan

  • Alex_Geezy
    Replied on December 10, 2020 at 6:42 PM

    Hi, Kolesnyk!

    You can use custom CSS to put the By clicking the submit button, I agree to terms & conditions Checkbox under the terms and conditions box.

    You need to open Widget’s Settings.

    1607643628 5fd2b1ec6aecb 504DE286 D392 4 Screenshot 10

    After that you have to open CUSTOM CSS and paste this code:

    #action {

     position: relative !important;

     bottom: -215px; 

     margin-bottom: -20px !important;

    }

    @media screen and (max-width: 650px){

     #action {

      position: relative !important;

      bottom: -209px; 

      margin-bottom: -55px !important;

     }

    }

    1607643956 5fd2b3348d9ca 4bb8da362e01445 Screenshot 21

    Please, check this variant.

    If you don’t want to use custom CSS here I found some another workarounds for you:

    1. You can use Terms&Conditions widget to create simple T&C checkbox (Example Form).
    2. You can follow this guide to create this T&C checkbox.