How to link the Form in a button in the Weeble website?

  • dimitrasflexandfitness
    Asked on December 16, 2018 at 3:19 AM

    How can i add the jotform to a button on my weebly website without showing the whole form

  • roneet
    Replied on December 16, 2018 at 6:03 AM

    You may try this workaround:

    1. <input type="button" onDISABLEDclick="location.href='http://google.com';"
     value="Go to Form" />

    2. <button onDISABLEDclick="location.href='http://www.example.com'" type="button">
         www.example.com</button>

    3. <a href="http://google.com" class="btn btn-default">Go to Google</a>

    Try placing the Form URL in the website link.

    Hope this helps!

    Thanks.