Instead of a web address or view-able link address, is there a button to push that they can click on that takes them to the form?

  • 6614975md
    Asked on July 26, 2017 at 11:43 AM

    Please explain how to do this... this is what shows...

    Click or copy and paste:
    https://form.jotform.us/6614975md/end-dump---o-op  - how can this be like the APPLY BUTTON???

  • David JotForm Support Manager
    Replied on July 26, 2017 at 2:10 PM

    You need to put that button in a webpage. You can put the following code in your webpage: 

    <script>

    function openWin() {

        window.open("URL OF YOUR FORM");

    }

    </script>

    <input type="button" value="Open Window" onDISABLEDclick="openWin()">

    Let us know if you need more help.