Can I print just the summary of questions and answers?

  • afalconi
    Asked on May 22, 2017 at 12:18 PM

    Can the "Print Form" button print the summary of the questions and answers recorded and not print the actual quesstionaire?

  • Nik_C
    Replied on May 22, 2017 at 1:37 PM

    Unfortunately, we don't have control over the print button so we can not adjust that field, but you could edit the Notifier, for example, remove the questions, and leave the answers only (or modify differently), then you can use it for printing.

    -So edit the Notifier:
    Can I print just the summary of questions and answers? Image 1 Screenshot 30

    -And you can remove the labels (questions) you don't want:

    Can I print just the summary of questions and answers? Image 2 Screenshot 41

    So maybe you could create a notifier/autoresponder that later can be printed.

    Could that work for you?

    Also, you could check our Quiz app, that might work for you: http://quizform.jotform.io/. Here is more about that:

    https://www.jotform.com/help/289-Turn-Your-Form-into-a-Quiz-or-Exam-

    Please let us know if you have any further questions.

    Thank you!

  • afalconi
    Replied on May 22, 2017 at 2:43 PM
    No that won’t work because they are mostly yes or no answers. If the form must print this way: how can I get the circled or checked answers to show. The circles and checks are in white so when I print the screen the actual answer isn’t reflecting. I attached an example for you.

    ...
  • Support_Management Jotform Support
    Replied on May 22, 2017 at 4:13 PM

    Our Support Forum doesn't process email attachments. You'd have to post the image straight to your thread by opening it on your browser.

    https://www.jotform.com/answers/1151143

    Related guide: How-to-add-screenshots-images-to-questions-in-support-forum 

    But from how you described it, I'm guessing this is what you're referring to:

    Can I print just the summary of questions and answers? Image 1 Screenshot 30

    If what you want is to change the color of the Single Choice (radio button) fields from white to something else, just do the following on the ADVANCED DESIGNER:

    1. Go to the DESIGN tab

    2. Click and highlight one of your Single Choice fields

    3. Change the COLOR under the RADIO BUTTON & CHECKBOX STYLES section

    4. SAVE your changes

    Can I print just the summary of questions and answers? Image 2 Screenshot 41

    In case we misunderstood, just get back to us with a bit more info and the screenshot that you attempted to send via email so we can better assist you.

  • afalconi
    Replied on May 23, 2017 at 10:09 AM

    Ok I updated the radio buttons to black but my answers (or my black checks) aren't showing when I'm printing the summary. What can I do for the actual selections to show when I print?

  • afalconi
    Replied on May 23, 2017 at 10:44 AM
    Ok I updated the radio buttons to black but my answers (or my black checks) aren't showing when I'm printing the summary. What can I do for the actual selections to show when I print?

    ...
  • Nik_C
    Replied on May 23, 2017 at 12:29 PM

    Are you referring to these:

    Can I print just the summary of questions and answers? Image 1 Screenshot 20

    Please allow me some time to check this issue further.

    I'll get back to you.

    Thank you!

  • afalconi
    Replied on May 23, 2017 at 12:44 PM
    Yes I’m referring to me checking yes or no as my answers but when I click “print” the answers I checked aren’t showing.

    ...
  • Nik_C
    Replied on May 23, 2017 at 1:34 PM

    Thank you for confirming. 

    I'm still checking this issue and I will get back to you as soon as possible.

    Thank you for your patience.

  • Nik_C
    Replied on May 23, 2017 at 3:14 PM

    I just wanted to follow up, this issue must be related to the theme, since I'm unable to find the CSS that will change the behavior of the checkbox fields.

    Also, when I changed the theme the checkboxes were showing fine. 

    I'll check with my colleagues about the fix and I will get back to you shortly.

    Thank you for your patience.

  • Nik_C
    Replied on May 24, 2017 at 3:13 AM

    Thank you for your patience.

    It is a problem with how our custom checkbox buttons are represented on print.

    But it can be fixed by inserting a Custom CSS in your Custom CSS Field.

    Here is the code:

    @media print{

    .form-checkbox-item:not(#foo) label:before,

    .form-checkbox-item:not(#foo) label:after  {

    display:none;

    }

    .form-checkbox-item:not(#foo) input[type="checkbox"], .form-checkbox-item:not(#foo) input[type="radio"] {

        display: inline-block;

        float:left;

    }        

    }

    It will default the checkboxes on print.

    You can check my test form: https://form.jotform.co/71430876592867

    Hope it helps.

    Thank you!

  • afalconi
    Replied on May 24, 2017 at 10:43 AM
    Thank you so so so much!!!!!! =)

    ...
  • Nik_C
    Replied on May 24, 2017 at 11:49 AM

    Thank you for confirming the fix, I was really wondering if it will work for you as well :)

    Appreciate that.

    Cheers!

  • afalconi
    Replied on May 25, 2017 at 2:44 PM
    Hello,

    I am so sorry after using the form I noticed the questions for cell phone and email “yes” or “no” answered in the check boxes are not showing when printing.

    Can you please advise me how to fix this problem?

    Thank you.

    ...
  • Nik_C
    Replied on May 25, 2017 at 2:58 PM

    No worries. 

    I checked the form but I'm not sure if I'm looking at the same fields. This is what I saw:

    Can I print just the summary of questions and answers? Image 1 Screenshot 20

    Those are radio buttons and we didn't change them, so I'm not sure why they are not working for you, if I'm looking at the same fields of course?

     

  • afalconi
    Replied on May 25, 2017 at 4:43 PM
    And the claims history question as well. I answered “no” but it isn’t showing

    ...
  • jonathan
    Replied on May 25, 2017 at 5:35 PM

    I was able to reproduce the issue when using IE11 browser to Print the form.

    Can I print just the summary of questions and answers? Image 1 Screenshot 30

     

    But it work just fine on Chrome or Firefox browser.

    Can I print just the summary of questions and answers? Image 2 Screenshot 41

     

    Can you please test it out first on Chrome browser as well.

    The issue with IE11 browser must be related to CSS only. We will investigate it more to determine how to make it work on IE11 browser as well.

    Let us know how it goes.

  • afalconi
    Replied on May 26, 2017 at 11:43 AM
    Good morning,

    Yes the issue is solved by using chrome.

    Thank you.

    ...