How do you hide your name/location when you send a payment using Paypal?
I'm NOT talking about receiving payments, I'm talking about when you're SENDING a payment.
Suppose if you used an input tag to take input of type text from the user and for its name attribute had "input" like so:
<input type="text" name="input" size = "50"/>
How do you reference input later on? (If you want to display what the user entered).
Suppose if you used an input tag to take input of type text from the user and for its name attribute had "input" like so:
<input type="text" name="input" size = "50"/>
How do you reference input later on? (If you want to display what the user entered).