Printable form

  • WebServ
    Asked on January 7, 2016 at 3:26 PM

    We like how the form is displayed and prints when you use the "print form" button next to submit.  But, we are afraid users will submit before they print.

    If we ad a pdf attachment to the email it doesn't seem to look as nice.  Is there a way to attach or link to the "print form" version of the form? 

  • Chriistian Jotform Support
    Replied on January 7, 2016 at 9:06 PM

    Hi,

     

    Unfortunately there is no way to link to the "print form" version of the form in the emails.

    A workaround I can suggest is to hide the Submit button beside the Print form using the css code below then add another Submit button on another section of the form.

    #input_38{
      display:none!important;
    }

    Here's a guide on how you can inject a custom css code: How to Inject Custom CSS Codes

    You can also check out this clone of your form where I implemented the workaround: https://form.jotform.com/60067576924968 

     

    Do inform us if you need further assistance,
    Regards.