I'm trying to pass the "amount" variable using the code below.

The problem is, the amount of $10 is automatically populated.

I've tried changing the InsertSignature3 line to no avail.

Can anyone please help?

Thanks! -- Keith

P.S. Will the HOP allow the user to enter an amount in an HOP field?

-------------------------------------------------------------

<% @language="vbscript" %>
<!--#include file="HOP.asp"-->
<br>
<h3 align="center">
To make a payment towards your "Energy Shop" account,<br>
please enter the amount and click the button below.<br><br>
<form action="https://orderpagetest.ic3.com/hop/orderform.jsp" method="post">
<% InsertSignature3 "10","usd","authorization" %>
$<input type="text" name="amount" value=""><br><br>
<input type="submit" value="Make A Payment">
</form></h3>
<h4 align="center">
(All transactions are processed using our SSL secured Cybersource order page.)</h4>
<h3 align="center">Thanks for your order!</h3>