Include images and headers in submission PDF file

  • prpalaska
    Asked on August 19, 2014 at 2:49 PM

    I need to add selected picture area to .pdf report http://awesomescreenshot.com/0573c87s50

    Currently only Initials & Signature come from here http://goo.gl/MdBE9Y.

  • jonathan
    Replied on August 19, 2014 at 4:55 PM

    Hi,

    Before getting your form submissions PDF file/report, please make sure the options "Show Headers and Text" is checked/enabled.

    Include images and headers in submission PDF file Image 1 Screenshot 20

     

    this option will then show all images and header text of the forms even when printing or creating PDF reports.

    Hope this help. Inform us if you need more assistance.

    Thanks!

     

     

     

  • prpalaska
    Replied on August 19, 2014 at 7:12 PM

    Thank you!

  • prpalaska
    Replied on August 19, 2014 at 7:16 PM

    Also I need to make this http://awesomescreenshot.com/05d3c9pbf5 responsive  here http://goo.gl/XWiWzL

     

    Current css:

     

     

    /*-----------RESPONSIVE LAYOUT-----------*/

    @media (max-width: 480px) {

    /*INSERT IT HERE*/

    #sig_pad_24, #sig_pad_24 > canvas, #signature_pad_24 {

    width: 250px !important;

    }.form-all button {

    margin: 0 auto !important;

    display: block;

    }.form-line.form-line-column {

    width: 100%;

    }.form-textarea,.form-textbox,.form-dropdown {

    width: 100% !important;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    }.form-label-left, .form-label-right {

    width: auto !important;

    }.form-buttons-wrapper {

    margin-left: 0 !important;

    }.form-input {

    width: 100% !important;

    }.form-all {

    width: 75% !important;

    }.form-sub-label-container {

    width: 100% !important;

    display: block !important;

    }.form-address-table {

    width: m-address-city, .form-address-state {

    width: 110px;

    }.form-address-table td, .form-address-table th {

    padding-bottom: 10px;

    }.form-addres250px;

    }.form-address-line {

    width: 230px;

    }.fors-table select {

    width: 100px;

    }

    }