When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end.

  • MasonRoberts
    Asked on September 18, 2016 at 10:49 PM
    One other thing, when the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses to not show/print out on our end. So when it is time for our office to review the data and work with it, there are no headings, just numbers that the the clients has entered to answer the question. I have attached a screen shot that shows how the headings in this section alone just stop. Can you help with this?When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end Screenshot 20
  • Chriistian Jotform Support
    Replied on September 18, 2016 at 11:00 PM

    Upon checking your form, it appears that the 7 headings that you mentioned do not have any labels (question text). This is the reason why these fields also do not have labels in the email notification.

    To have their labels in the notification, you simply need to add the labels or "Question Text" for each field. Click the gear icon of the field and add the label inside Question Text.

    When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end Screenshot 30

    Recreate the email notification and it should now have the labels that you added.

    When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end Screenshot 41

    If you need further assistance, please let us know.
    Regards.

  • MasonRoberts
    Replied on September 19, 2016 at 2:12 AM

    Many thanks for your response. This has now worked. The only problem is that it changed the spacing between some of my headings. I have attached a screen shot with red arrows showing how the spacing has changed? Can you help? https://www.jotform.com//?formID=62478159025864 

    When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end Screenshot 20

  • Chriistian Jotform Support
    Replied on September 19, 2016 at 2:26 AM

    Please inject the custom CSS code below to fix the spacing between the headings.

    li#id_229, li#id_232, li#id_222 {

        padding-top: 20px;

    }

    Here's how it should look after:

    When the form is completed, and an email version sent to us, these 7 headings under Monthly Fixed Expenses do not show/print out on our end Screenshot 20

    Cheers.

  • MasonRoberts
    Replied on September 19, 2016 at 2:36 AM

    THank you, thank you, thank you!!!!