How to move the download button closer

  • wfmed
    Asked on March 22, 2021 at 9:59 AM
  • Bojan Support Team Lead
    Replied on March 22, 2021 at 12:44 PM

    Greetings.

    Can you please let us know to what button are you referring? Is the button located on the Thank you page? If possible, please send us a screenshot of the button you wish to remove. You can click here to see how to share images with us.

    Thank you for your cooperation.

  • wfmed
    Replied on March 25, 2021 at 11:59 AM

    I have a link to a form on my website.

    URL: https://wholefamilymed.com/forms-2/


    on Chrome, you briefly see a flash of the form, then it disappears. But if you scroll a long way down the link to your site and an image of the pdf is there. Haw can we get it to be visible on the screen without scrolling. Folks don't think to scroll....

    It was working fine until last week and we made no changes to the site...


    MOwen

  • Bojan Support Team Lead
    Replied on March 25, 2021 at 1:09 PM

    Thank you for the clarification.

    You can disable the welcome page from the form settings:

    screenshot 4506 Screenshot 10

    This will show the form right away.

    If you still wish to show the welcome page, you can add the following CSS to your form:

    .pdff-welcomeView {
      top: 0;
      position: absolute;
    }

    You can click here to see how to add provided CSS to your form.

    Let us know if this solution works for you.