How to add my form to a website?

  • rmccoy
    Asked on April 18, 2016 at 11:07 PM

    how to do this? where does code go?  all of the info i see here is from an earlier version of jotform or refers to wix and other outside software ??

    this is code i was able to generate.

     

        <script src="https://form.jotform.com/static/feedback2.js?3.3.REV" type="text/javascript">

          new JotformFeedback({

            formId: "61089094465160",

            buttonText: "We Appreciate Your FEEDBACK",

            base: "https://form.jotform.com/",

            background: "#F59202",

            fontColor: "#FFFFFF",

            buttonSide: "bottom",

            buttonAlign: "center",

            type: false,

            width: 700,

            height: 500

          });

        </script>

  • Nik_C
    Replied on April 19, 2016 at 4:08 AM

    I assume you are asking where to embed this code in your website?

    You should paste that code in your website's code where you want to show it, between body tags usually, it dependa of the website.

    If you would like to use different method of embedding, please check this guide.

    Please let us know if you had something else in mind.

    Thank you.

     

  • rmccoy
    Replied on April 19, 2016 at 6:43 AM
    Where do I access code? I see how to view code but not edit. We are talking about putting feedback on my form not another environment. This would be for my jotform.
    Sent from iPhone 6+
    ...
  • liyam
    Replied on April 19, 2016 at 7:48 AM

    Hello,

    You should have the capacity to edit the source code of your web page. Example: if you have the HTML file of your page, you can edit it by opening the file using a notepad or any text editor, and then copy and paste that code you shared with us into that HTML file. Save the file and upload it to your website.

    There are also other means of inserting the code for it to appear on your website, but it actually depends on what kind of system your website is using.  

    Perhaps if you can share with us more information in regarding your website, we can provide more detailed steps on how you can insert the code to your web page.

    Please do keep us posted.

    Thanks.