How do I adjust the online Form in two pages while the Form is printed?

  • promptmd
    Asked on July 13, 2019 at 5:57 PM

     Our EMR only allows us to upload a max of 2-pages for the registration form. We Created both a PDF version and online form version with Jot Form. Problem is that our online form ends up being 5 pages long and our PDF version is only 2 pages long. Hence we'd like the PDF JotForm version to be submittable via an online link. Is that possible?

    Essentially, the online form is too long because it's all vertical and PDF versionis good because we can add multiple fill-ins horizontally. 

    Here's our original PDF: http://bit.ly/2Ju2WmF
    Here's the JotForm PDF: https://drive.google.com/file/d/1expouPw3CsJeHcZvRoDPPW-E5lSBkrn2/view?usp=sharing

    Here's the JotForm online form: https://form.jotform.com/promptmd/promptmd

  • roneet
    Replied on July 13, 2019 at 10:50 PM

    Unfortunately, the PDF Form could not be submitted via the online link. It has to be downloaded and submitted via Acrobat or Foxit Reader. It is designed that way.

    If you meant that after printing the online Form it should be of two pages then you can decrease the spacing between the Form fields. I have injected the following CSS in your Form to reduce the spacing between the Form fields and after printing it has come down to 3 pages. Please check your online Form we can inject some more CSS to adjust it to 2 pages on print.

    .form-line {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    Let us know if you have further questions.

    Thanks.