Why Does My Form Appear at the Bottom of the Page?

  • epomelear
    Asked on October 14, 2015 at 10:28 PM

    I have a simple contact form. Form # is 40808999518169

    Pasted into Expression Web the design view looks good but when it's viewed in a browser, even published, it always appears at the very bottom of my content area.

    Published version is at http://rmbible.org/about/contact.htm

    Any insight you might provided would be appreciated.

    Pastor Ed Pomelear

  • mert JotForm UI Developer
    Replied on October 15, 2015 at 6:50 AM

    Hi Ed,

    To beat this issue, you can add following CSS code to right above your website source code. Below, orange marked area represents the margin to the top betweend header and the form. So, you can increase this minus value, if "50px" is not enough. 

    <style type="text/css">


    form.jotform-form {
        padding-top: 0;
        margin-top: -50px;
    }


    </style>

     

    Alternatively, you have already  <style type="text/css"> ... </style> section in your source code, so you can add yellow marked codes to the inside of the "style".

    Why Does My Form Appear at the Bottom of the Page? Image 1 Screenshot 30

     

    In addition, you can try to embed your form using iFrame. Probably, this method will fix the problem automatically.

    For new "Embed Form" wizard,

    Why Does My Form Appear at the Bottom of the Page? Image 2 Screenshot 41

     

    I hope this methods will help. Please give us a feedback about the final state of the problem.

    Have a great day.

  • epomelear
    Replied on October 17, 2015 at 11:49 AM

    Your suggestion did not work for me. But simply embedding the script code did. Here's what I have now.

     

                <h1>Contact Us</h1>
                <script type="text/javascript" src="https://form.jotform.com/jsform/40808999518169"></script>
                <!-- #EndEditable --></div>

  • jonathan
    Replied on October 17, 2015 at 8:46 PM

    Thank you for updating us and letting us know that all is good now.

    I checked also on your website http://rmbible.org/about/contact.htm and I can see the embedded form properly positioned as intended on the page.

    Why Does My Form Appear at the Bottom of the Page? Image 1 Screenshot 20

     

    Please let us know if there is more we can assist you with.

    Thanks.