Make multiple choice field easier for customers to view

  • vermontshuttle
    Asked on September 30, 2019 at 6:36 PM

    How doi make this multiple choice so it is much easier for customers to view?

    I listed all countries, but its not clearly comprehensible especially if they are entering more than 1 country. you must click on yes to the answer Are you crossing the US Canadian Border?  to view it

    Which country/countries is/are you passport/passports from? 

    https://form.jotform.com/92193444776164

    Jotform Thread 1983956 Screenshot
  • Mike_G JotForm Support
    Replied on September 30, 2019 at 8:19 PM

    May I suggest that you try the following to change the look of the Multiple Choice widget in your form, please?

    First, change the "Spread to Columns" property of the field to 3 instead of 4.

    1569888835zt20 12 50 Screenshot 10

    After that, inject the following CSS codes below to your form.

    #cid_34 .form-checkbox-item {

        padding: 10px 0px !important;

        border: 1px solid black !important;

        border-radius: 5px !important;

        min-height: 30px !Important;

    }

    1569889022zt20 16 00 Screenshot 21

    How-to-Inject-Custom-CSS-Codes

    Then, your form should look like this (cloned version) after. https://form.jotform.com/92727698825981

    Feel free to contact us again anytime if you have other questions or concerns.