• Resolved carastellato

    (@carastellato)


    Select the button link and a modal displays. Once you hit submit on the form within the modal I want a file to be downloaded (PDF).

    Code from the plugin is as follows:

    <div class=”row”>
    <div class=”col-xs-12 col-sm-6″>
    <input type=”text” name=”FNAME” placeholder=”First Name” required=””>
    </div>
    <div class=”col-xs-12 col-sm-6″>
    <input type=”text” name=”LNAME” placeholder=”Last Name” required=””>
    </div>
    </div><!– end row –>

    <div class=”row”>
    <div class=”col-xs-12″>
    <input type=”email” name=”EMAIL” placeholder=”Email Address” required />
    </div>
    </div><!– end row –>

    <div class=”row”>
    <div class=”col-xs-12″>
    <input type=”submit” value=”Submit” style=”display: block; margin: auto; float: none;” />
    </div>
    </div><!– end row –>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thanks for reaching out to us.

    To display a link after the form is submitted, you can add an HTML link that points to the download file in the success message of our form. You can learn more about adding an HTML link at https://www.w3schools.com/html/html_links.asp.

    Please note that in the free version of our plugin, when the user submits the form, the entire page will reload.

Viewing 1 replies (of 1 total)
  • The topic ‘Download File on Submit’ is closed to new replies.