Skip to content

Instantly share code, notes, and snippets.

@joshcp
Created March 1, 2017 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshcp/9bc14375b3553dbd5b1c95a477a1be97 to your computer and use it in GitHub Desktop.
Save joshcp/9bc14375b3553dbd5b1c95a477a1be97 to your computer and use it in GitHub Desktop.
<form action-xhr="https://AmpedUpKids.com/OrderTrike" method="post">
<fieldset>
<!-- form inputs here -->
</fieldset>
<div submit-success>
<template id="payTemplate" type="amp-mustache">
<!-- checkout here -->
</template>
</div>
<div submit-error>
<template type="amp-mustache">
<input type="checkbox" id="modal-hider">
<div class="full-screen modal error hide-on-tap">
<div class="panel">
<h1 class="modal-head">{{error.heading}}</h1>
<p>{{error.message}}</p>
<button class="modal-btn"> OK </button>
</div>
</div>
<label for="modal-hider" class="full-screen"></label>
</template>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment