Where do I see the information from the text field on my donate button?

ZyncMithrandir
New Community Member

So in my donate button, I added a button to catch the donator's in-game character name, but I can't seem to access the information anywhere on my paypal page, does any of you know where the information is stored?

Here is the code for the button

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ALJ3HGDQSEQRS">
<table>
<tr><td><input type="hidden" name="on0" value="Select Number of Diamonds">Select Number of Diamonds</td></tr><tr><td><select name="os0">
	<option value="10 Diamonds">10 Diamonds R$10,00 BRL</option>
	<option value="20 Diamonds">20 Diamonds R$20,00 BRL</option>
	<option value="30 Diamonds">30 Diamonds R$30,00 BRL</option>
	<option value="40 Diamonds">40 Diamonds R$40,00 BRL</option>
	<option value="50 Diamonds">50 Diamonds R$50,00 BRL</option>
	<option value="60 Diamonds">60 Diamonds R$60,00 BRL</option>
	<option value="70 Diamonds">70 Diamonds R$70,00 BRL</option>
	<option value="80 Diamonds">80 Diamonds R$80,00 BRL</option>
	<option value="90 Diamonds">90 Diamonds R$90,00 BRL</option>
	<option value="100 Diamonds">100 Diamonds R$100,00 BRL</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Character Name">Character Name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="hidden" name="currency_code" value="BRL">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/pt_PT/i/scr/pixel.gif" width="1" height="1">
</form>
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.