J
JustBkuzz
Is there a way (without a shopping cart) to collect and post data to Verisign
but also store a copy of the collected data locally?
The code below shows a simple form for collecting an amount and a name and
posting/forwarding to Verisign's site for payment. But currently I cannot
figure out how to keep a copy of the data myself. Email, TXT or DB file...
any method will work for me.
<form method="POST"
action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
<input type="hidden" name="LOGIN" value="login-name-here">
<input type="hidden" name="PARTNER" value="partner-name-here">
<font face="Arial">Amount:<br>
<!--webbot bot="Validation" S-Data-Type="Number" S-Number-Separators=",." -->
<input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
<input type="text" name="NAME" value="" size="32"></font> <input
type="hidden" name="TYPE" value="type-here"><p>
<input type="submit" value="Submit"><br> </p>
</form>
Thanks
Don
but also store a copy of the collected data locally?
The code below shows a simple form for collecting an amount and a name and
posting/forwarding to Verisign's site for payment. But currently I cannot
figure out how to keep a copy of the data myself. Email, TXT or DB file...
any method will work for me.
<form method="POST"
action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
<input type="hidden" name="LOGIN" value="login-name-here">
<input type="hidden" name="PARTNER" value="partner-name-here">
<font face="Arial">Amount:<br>
<!--webbot bot="Validation" S-Data-Type="Number" S-Number-Separators=",." -->
<input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
<input type="text" name="NAME" value="" size="32"></font> <input
type="hidden" name="TYPE" value="type-here"><p>
<input type="submit" value="Submit"><br> </p>
</form>
Thanks
Don