How to get the form's URL to create custom link.

  • gmoeller54
    Asked on May 9, 2015 at 6:35 PM

    Greetings,

    I would like to attach the jotforms to a simple html button that I have with structure <a href="jotforms form"><img src="image.png"></a> - but the embed link you provide does not work this way.  How would I call up my jotforms form?

     

    The embed code you provide is:

    <script type="text/javascript" src="//form.jotformeu.com/jsform/50823307824352"></script>

    And if I extract the URL from the code and try to put it as the href, it doesn't work - brings up a page with a bunch of code.

  • Mike_G JotForm Support
    Replied on May 9, 2015 at 6:46 PM

    You could try to do this instead:

    Get your form URL: http://www.jotformeu.com/form/50823307824352

    and insert it to the "href" attribute of the <a> element.

    <a target="_blank" href="http://www.jotformeu.com/form/50823307824352"><img src="image.png"></a>

     

  • Mike_G JotForm Support
    Replied on May 9, 2015 at 7:02 PM

    By the way, you can get your form's URL via: 

    1. Preview

    How to get the forms URL to create custom link Screenshot 40

    2. Embed Form Wizard

    How to get the forms URL to create custom link Screenshot 51

    3. My Forms

    How to get the forms URL to create custom link Screenshot 62