Why my entire form is not visible when it published?

  • PRIYAANKABERRY
    Asked on February 5, 2018 at 7:00 AM
  • Sabbir
    Replied on February 5, 2018 at 8:50 AM

    I have checked your form and it seems like the bottom part of your form got hidden back to the Jotform banner.

    Since you are a free user, your form will have the Jotform banner by default.

    You can check our pricing page to be sure: https://www.jotform.com/pricing

    You can upgrade your account to remove that banner from your form.

    Also, you can try increasing your form height to show the bottom part of your form.

    Please inject the following CSS code in your Form Designer:

    .jotform-form

    {

      height: 1050px;

    }

    Follow this guide to know ho you can inject custom CSS code to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any further query.