-
Notifications
You must be signed in to change notification settings - Fork 0
/
ack1.form
17 lines (15 loc) · 818 Bytes
/
ack1.form
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h2> Acknowledgement Form 1 (data entry) </h2>
<p> Use this form to input and validate a LETS payment.<p>
Input from this form is currently only accepted from the admin account.<p>
<form action="ack.cgi" method="post">
<INPUT TYPE="hidden" NAME="ac_id" VALUE="%s" >
<INPUT TYPE="hidden" NAME="pin" VALUE="%s" >
Enter payee/seller account number/identifier. *
<INPUT TYPE="text" NAME="to_id" SIZE="4" MAXLENGTH="8"> <p>
Enter payer/buyer account number/identifier. *
<INPUT TYPE="text" NAME="from_id" SIZE="4" MAXLENGTH="8"> <p>
Enter amount of payment *
<INPUT TYPE="text" NAME="amount" SIZE="8" MAXLENGTH="8"> <p>
Enter payment identifying details e.g. invoice no. or type of goods/services. *
<INPUT TYPE="text" NAME="details" SIZE="30" MAXLENGTH="40"><p>
<INPUT TYPE="submit" VALUE="Validate Data"> </form>