Lengthy question with yes/no answer next to it

  • wsrar195
    Asked on May 10, 2016 at 8:44 AM

    I have a form created and one portion consists of rather lengthy yes/no questions. Ideally, I would like the question on the left with a yes/no button beside each. Once the form is filled out and printed, it needs to be clear what they've answered yes or no to. Any suggestions?

  • Carina
    Replied on May 10, 2016 at 11:05 AM

    You can select the left-alignment for the labels:

    Lengthy question with yes/no answer next to it Image 1 Screenshot 30

    And then you can increase the label size by adding this css code:

    .form-label.form-label-left {

        width:420px !important;

    }

    .form-checkbox-item {

        width:80px;

    }

     

    Then you can customize the PDF file so that the final layout of the submissions is more in accordance with your needs:

    Lengthy question with yes/no answer next to it Image 2 Screenshot 41 

    Let us know if we can assist you further.