Skip to content

Instantly share code, notes, and snippets.

@robsilva
Created July 12, 2016 18:08
Show Gist options
  • Save robsilva/94b1761803e53460c1aae6da7c03c1f2 to your computer and use it in GitHub Desktop.
Save robsilva/94b1761803e53460c1aae6da7c03c1f2 to your computer and use it in GitHub Desktop.
hbs-forminator
<!--
Important:
Make sure all list fields are of type "Text" with no validation
-->
<div
class="form-container hbs-forminator"
id="paymentRequestForm"
data-method="list"
data-site="/Departments/mba/requests/"
data-list="Payment Requests"
data-redirect-success="/Departments/mba/support/Pages/default.aspx?page=payment-request-thank-you">
<input name="Title" type="text" />
<input name="Date" type="text" value="" class="field datepicker">
<input type="submit" class="btn-submit" value="Submit">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment