Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created January 25, 2012 18:14
Show Gist options
  • Save SidneyAllen/1677690 to your computer and use it in GitHub Desktop.
Save SidneyAllen/1677690 to your computer and use it in GitHub Desktop.
AP - SimplePay - Form
<form name="Form1" id="Form1" action="SimplePay.cfm" method="post">
<label>Sender's Email</label>
<input type="text" id="senderEmail" name="senderEmail" value="platfo_1255077030_biz@gmail.com" class="input-text">
<label>Receiver's Email</label>
<input type="text" id="receiverEmail" name="receiverEmail" value="platfo_1255612361_per@gmail.com" class="input-text">
<label>Amount you ar sending</label>
<input type="text" id="receiverAmount" name="receiverAmount" value="1.00" class="input-text">
<p><input type="submit" class="nice radius blue button" name="SimplePay" id="SimplePay" value="Pay"></p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment