S
Sandy
Hello:
I have the following code to send to a credit card service:
[Note: I did not include the "<" on the left-hand side because I couldn't get this message accepted by the MSDN site . . . thought it may have something to do with the HTML signs]
form method="POST" action="SecureSiteForCreditCardProcessing">
input type="hidden" name="DESCRIPTION" value="SomeText">
input type="hidden" name="PARTNER" value="PartnerName">
input type="hidden" name="LOGIN" value="LoginID">
input type="hidden" name="METHOD" value-"CC">
input type="hidden" name=AMOUNT" value=SomeValue>
etc.
input type="submit" value="Click Here to Donate">
/form
I need to insert four radio buttons for $25, $50, $75 and $100. I then need the value the user selects to be placed into "SomeValue"; at least that's where I think I need to place it.
Can anyone tell me how to do this? Any help will be greatly appreciated!
I have the following code to send to a credit card service:
[Note: I did not include the "<" on the left-hand side because I couldn't get this message accepted by the MSDN site . . . thought it may have something to do with the HTML signs]
form method="POST" action="SecureSiteForCreditCardProcessing">
input type="hidden" name="DESCRIPTION" value="SomeText">
input type="hidden" name="PARTNER" value="PartnerName">
input type="hidden" name="LOGIN" value="LoginID">
input type="hidden" name="METHOD" value-"CC">
input type="hidden" name=AMOUNT" value=SomeValue>
etc.
input type="submit" value="Click Here to Donate">
/form
I need to insert four radio buttons for $25, $50, $75 and $100. I then need the value the user selects to be placed into "SomeValue"; at least that's where I think I need to place it.
Can anyone tell me how to do this? Any help will be greatly appreciated!