Creating a link on my website that directs to my form

  • mbas123
    Asked on April 16, 2015 at 10:23 PM

    Hi,

     

    I am testing out Jotform and I have one problem right now. I wanted my form that I have made in Jotform and I want to call it from my website via a button.

     

    Thanks,

    Reynaldo Galvez

  • Jan
    Replied on April 17, 2015 at 8:07 AM

    Hi there,

    If I understand you correctly, you would like to put a link on your website wherein once the link was clicked, it will open the JotForm form right?

    You can just put a hyperlink on your website and use the direct link of your form as the target path or href. You can get the direct link by clicking on the "Embed Form".

    Creating a link on my website that directs to my form Image 1 Screenshot 20

    Example:
    <a href="urlofyourform">Contact Us</a>

    If you want a button-like link then you can use an image.
    <a href="urlofyourform"><img src="imagepath"></a>

     

    Hope this helps. Let us know if you have any question.

    Thank you.

  • mbas123
    Replied on April 20, 2015 at 1:03 AM

    Hi,

    Thanks it works.

    Rey Galvez