Buy now button - text field info not showing in transactions

afdume
New Community Member

Hi, 

I have a pay now button on my page with a drop down menu and a text field. The information from the text field is not showing in the transactions. Here is the code (the text field is "Class & Teacher name"). Any ideas how to fix this?

Thank you

 

<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="ANUACXYWUYDC8">
<table>
<tr><td><input type="hidden" name="on0" value="Membership Type">Membership Type</td></tr><tr><td><select name="os0">
<option value="I am not a member">I am not a member $280.00 USD</option>
<option value="I am a member">I am a member $220.00 USD</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Class & Teacher name">Class & Teacher name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/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/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

Login to Me Too
1 REPLY 1

ElLoboSolo
New Community Member

I've seen this too. In my case the user was using Firefox on a Mac and the text box associated with the "Add to Cart" button didn't show up.

Login to Me Too

Haven't Found your Answer?

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