How to properly align image checkboxes?

  • ddyoyo10
    Asked on January 17, 2017 at 11:09 AM

    1. how can i display all the image checkboxes? because i added 5 options (for now) and only 2 of them appears and i want all of them to display

    2. for terms and conditions, is it possible to make it say "i accept the terms and conditions" when it is clicked on? because it would be nice if it's possible.

     

    thanks!

  • Nik_C
    Replied on January 17, 2017 at 12:40 PM

    Thank you for contacting our support.

    I'll try to answer your questions:

    1. how can I display all the image checkboxes? because I added 5 options (for now) and only 2 of them appears and iIwant all of them to display

    You can adjust this by simply changing the width of the field. I did a test and it worked fine. You should put the 700px instead of 300px:

    How to properly align image checkboxes? Image 1 Screenshot 30

    2. for terms and conditions, is it possible to make it say "I accept the terms and conditions" when it is clicked on? because it would be nice if it's possible.

    Regarding this question, you mean after the user checked it should change the text to I accept the terms and conditions or you want just to change the text?

    If it is the second one you can do that by editing its settings:

    How to properly align image checkboxes? Image 2 Screenshot 41

    If you have any additional questions please let us know.

    Thank you!

  • ddyoyo10
    Replied on January 18, 2017 at 10:12 AM

    1. It works. Thanks :)

    2. I meant the first one

     

  • Kiran Support Team Lead
    Replied on January 18, 2017 at 11:46 AM

    It is required to add some custom script in order to achieve your requirement which is not allowed to add to the form. However, you may use the Checkbox field for Terms and conditions so that you can add a condition to display the related text as shown below:

    How to properly align image checkboxes? Image 1 Screenshot 30

    This is how it should work.

    How to properly align image checkboxes? Image 2 Screenshot 41

    You may check and clone this form if it helps.

    https://form.jotform.com/70174753926967

    Please get back to us if you need any further assistance. We will be happy to assist. 

  • ddyoyo10
    Replied on January 18, 2017 at 1:45 PM

    How come my requirement is not allowed to be added to the form? 

  • Nik_C
    Replied on January 18, 2017 at 1:53 PM

    Because of security reasons adding script code to our forms is not allowed. In addition to what my colleague suggested you can download the whole source code of your form and then do the extra coding and adjusting there.

    If you have any further questions do let us know.

    Thank you!

     

  • ddyoyo10
    Replied on January 25, 2017 at 5:21 PM

    For my requirement, how would i do it after downloading the source code?

  • Chriistian Jotform Support
    Replied on January 25, 2017 at 8:47 PM

    Here are several guides on the scripts that you can add to the source code to achieve your requirement:

    Change text of corresponding label when checkbox is checked/unchecked

    Change text next to checkbox IF checked. HTML + JS or jQuery

    Once you have inserted the custom script, you can then host the form's source code and form files on your own server.

    Please let us know if you need further assistance.
    Thank you.