How to adjust the Y-coordinate of the jotform

  • vzwattarbiya
    Asked on November 13, 2017 at 9:49 AM

    Hello, 

    I have successfully integrated my jotform on my website.
    I use Adobe Muse and I followed your instruction:

    "add following code to the HTML of the website" 

    <script type="text/javascript" src="https://form.jotformeu.com/jsform/73163572140349"></script>

    Okay I did that as you can see here:

    https://vzwattarbiya.be/online-inschrijven.html

    But both on mobile as on desktop my jotform is waay too high positioned.
    Can you guy adjust my html code so that I can place the jotform somewhere below on my webpage. 

    PLEASE, this is for a client! I need to satisfy my clients.


    Thank you

  • David JotForm Support Manager
    Replied on November 13, 2017 at 11:45 AM

    Please try embedding the following CSS code where you have embedded your form:

    <style type="text/css">

    iframe#73163610040341{

        margin-top: 80px !important;

    }

    </style>

    This should be the result:

    1510591497result Screenshot 10