Download File on Submit
-
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]
- The topic ‘Download File on Submit’ is closed to new replies.