Sharing the form as a link without embedding on a webpage

  • jennamartinphoto
    Asked on July 1, 2015 at 8:12 PM

    I don't want to have the entire form show on my site, I just want a "Click here to register" button that leads to an external link. How do I share my form as an external link instead of as an embedded file? 

     

    Thank you! 

  • Jan
    Replied on July 2, 2015 at 3:22 AM

    It is possible to share your form without embedding it on a webpage. You can just share the link directly on the email or anywhere. Here's a guide on how to get the form's direct link.

    1. Click the "Embed Form" button in the toolbar.

    Sharing the form as a link without embedding on a webpage Image 1 Screenshot 30

    2. The embed form wizard will appear and you just need to copy the direct link of the form.

    Sharing the form as a link without embedding on a webpage Image 2 Screenshot 41

    Once you have the form's direct link, then you can share it to anyone. If you want to use it as a text link on your web page, then please check this example:

    <a href="http://www.jotformpro.com/form/12345678910111">Click here to register</a>

    If you want to use an image as a link, then try this one:

    <a href="http://www.jotformpro.com/form/12345678910111"><img src="http://www.imagepath.com"></a>

    Hope this helps. Thank you.