Hello i'd like to upload my HTML source file to my server but i'm a noob

  • liberators
    Asked on August 13, 2018 at 2:35 AM

    Hey there, I would love some help uploading my jotform to my subdomain

    https://www.join.eyecontactexperiment.org

    I don't know much about HTML i just want to place the form in a basic html page but don't know where to look for help.

    This is the code I need to insert. Can someone give me an example of what a "basic html" page looks like including reference to this subdomain and this jotform?

    Thank yoU!

    <script type="text/javascript" src="https://form.jotform.co/jsform/82218641121851"></script>

  • arda
    Replied on August 13, 2018 at 3:34 AM

    Hi,

    There is a lot of way to add your form. If you don't use any platform like Wordpress, you can add your code to index.html directly. If the page just will be a form then, you can add below the code. 

    Note: The html codes really important to SEO (Search Engine Optimization). The below code is really basic html file. I am suggesting you can search "meta tags".

    1534145826Ekran Resmi 2018 08 13 10 Screenshot 10

    If the page has another content then you can add code between the contents as shown in the picture. 

    1534145029Ekran Resmi 2018 08 13 10 Screenshot 21

    The result will be: 

    1534145345Ekran Resmi 2018 08 13 10 Screenshot 32

    You can also look at other ways in this guide: https://www.jotform.com/help/67-Which-Form-Embed-Code-Should-I-Use

    If you have more question, don't hesitate to reaching us.

    Best Regards.

  • liberators
    Replied on August 14, 2018 at 5:18 AM

    Thanks!