Can I create a button on my main form that will send a person directly to a Free Sample Request form?

  • opensail
    Asked on September 23, 2016 at 1:42 PM

    Can I create a button on my main form that will send a person directly to a Free Sample Request form?

  • Jan
    Replied on September 23, 2016 at 3:17 PM

    It is possible to insert a button in the form that will redirect the user to another form. Here's a guide:

    1. Add a "Text" tool in the form.

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 1 Screenshot 80

    2. Select the Text field and then click the "Edit HTML" button.

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 2 Screenshot 91

    3. Click the "Source Code" button.

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 3 Screenshot 102

    4. In the "Source Code" window, enter this HTML code:

    <a href="http://www.jotform.com/formid"><button type="button">Click Me!</button></a>

    Direct link of the other form
    Text inside the button

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 4 Screenshot 113

    5. Click the "OK" button after and then save the changes.

    6. Here's the result:

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 5 Screenshot 124

    Here's a guide on how you can get the direct link of the other form:

    1. Click the "Publish" button in the toolbar.

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 6 Screenshot 135

    2. Copy the direct link.

    Can I create a button on my main form that will send a person directly to a Free Sample Request form? Image 7 Screenshot 146

    Hope that helps. Thank you.