When I receive a submission through email, we are missing some data from the form

  • jackjones
    Asked on November 8, 2016 at 9:33 AM

    When I receive a submission through email, we are missing some data from the form. I want to be able to see all of my data and be able to understand it. We are missing the final checkbox in the submission email we receive. 

    Jotform Thread 984926 Screenshot
  • Welvin Support Team Lead
    Replied on November 8, 2016 at 11:43 AM

    This is happening when the field label is not set or empty and when the Auto Hide Empty fields is enabled in the email settings. To fix this, you have to add the label in the checkbox and hide it with custom CSS codes. I did this for your convenience, I have injected the following custom CSS codes in the form:

    label#label_27 {

        display: none;

    }

    You can check the codes by following the steps here: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes