UNPKG

571 BHTMLView Raw
1{% include 'schemas:schemaMacros.html' %}
2{% include 'my-donate:thankyou.html' %}
3
4<form data-apos-donate-form id="apos-donate-form" method="POST">
5 <label>Donation Information</label>
6 {{ schemaFields(schema, {to: 'last_name'}) }}
7 <label>Credit Card Information</label>
8 {{ schemaFields(schema, {from: 'type', to: 'expire_year'}) }}
9 <label>Billing Information</label>
10 {{ schemaFields(schema, {from: 'line1', to: 'email'}) }}
11 <input value="Donate" type="submit"/>
12 <div class="apos-donate-pending"><img src="/modules/donate/images/spinner.gif"></div>
13</form>