CheckBox Selections on Paypal form

aletiastewart
Contributor
Contributor

I have created the basic form in paypal, then edited the code to include checkboxes, however when i try to submit the form it will not even go to paypal website to make payment or sumbit form to the email. Can anyone please look at code and tell me what the issue is? Paypal refuses to help at all. you can see site at 

 

<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="JR4T25GKVAAW6">
<table>
<tr><td>Guide Name</tr><td>
<tr><td><input type="hidden" name="on1" value="First Name">First Name</td></tr> <tr><td><input type="text" name="os1" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on2" value="Last Name">Last Name</td></tr> <tr><td><input type="text" name="os2" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on3" value="Email">Email</td></tr> <tr><td><input type="text" name="os3" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on4" value="Webpage Address">Webpage Address</td></tr> <tr><td><input type="text" name="os4" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on5" value="Address">Address</td></tr> <tr><td><input type="text" name="os5" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on6" value="City">City</td></tr> <tr><td><input type="text" name="os6" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on7" value="State">State</td></tr> <tr><td><input type="text" name="os7" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on8" value="Zip">Zip</td></tr> <tr><td><input type="text" name="os8" maxlength="1000"></td></tr>
<tr><td><input type="hidden" name="on9" value="Phone">Phone</td></tr> <tr><td><input type="text" name="os9" maxlength="1000"></td></tr>

<tr><td> Check the catagories of services you provide. (select at least one)
<tr><td><input type="hidden" name="on10" value="Offshore Fishing">Offshore Fishing<input type="checkbox" name=os10" value="Offshore Fishing"></td></tr>
<tr><td><input type="hidden" name="on11" value="Scuba Diving">Scuba Diving<input type="checkbox" name=os11" value="Offshore Fishing"></td></tr>
<tr><td><input type="hidden" name="on12" value="Freshwater Fishing">Freshwater Fishing<input type="checkbox" name=os12" value="Offshore Fishing"></td></tr>
<tr><td><input type="hidden" name="on13" value="Wade Fishing">Wade Fishing<input type="checkbox" name=os13" value="Wade Fishing"></td></tr>
<tr><td><input type="hidden" name="on14" value="Bay Flats Fishing">Bay-Flats Fishing<input type="checkbox" name=os14" value="Bay-Flats Fishing"></td></tr>
<tr><td><input type="hidden" name="on15" value="Fly Fishing">Fly Fishing<input type="checkbox" name=os15" value="Fly Fishing"></td></tr>
<tr><td><input type="hidden" name="on16" value="Flounder Gigging">Flounder Gigging<input type="checkbox" name=os16"value="Flounder Gigging"></td></tr>
<tr><td><input type="hidden" name="on17" value="Nature Trips">Nature Trips<input type="checkbox" name=os17" value="Nature Trips"></td></tr>
<tr><td><input type="hidden" name="on18" value="Birding Trips">Birding Trips<input type="checkbox" name=os18" value="Birding Trips"></td></tr>
<tr><td><input type="hidden" name="on19" value="Kayak Fishing">Kayak Fishing<input type="checkbox" name=os19" value="Kayak Fishing"></td></tr>
<tr><td><input type="hidden" name="on20" value="CWG Certified Guides">CWG Certified Guides<input type="checkbox" name=os20" value="CWG Certified Guides"></td></tr>
<tr><td><input type="hidden" name="on21" value="Hunting">Hunting<input type="checkbox" name=os21" value="Hunting"></td></tr>

<tr><td><input type="hidden" name="on22" value="Have you updated your licenese in the last year?">Have you updated your licenese in the last year?</td></tr><tr><td><select name="os22">
<option value="Selection">Selection </option>
<option value="Yes">Yes </option>
<option value="No">No </option>
</select> </td></tr>
<tr><td>If yes, please make arrangements to bring your license in for updating our records.</tr></td>
<tr><td><input type="hidden" name="on23" value="Have you got a new boat or TX number in the last year?">Have you got a new boat or TX number in the last year?</td></tr><tr><td><select name="os23">
<option value="Selection">Selection </option>
<option value="Yes">Yes </option>
<option value="No">No </option>
</select> </td></tr>
<tr><td>If yes, please make arrangements to update your information for our records.</tr></td>

</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynow_SM.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
2 REPLIES 2

sharpiemarker
Esteemed Advisor
Esteemed Advisor

You may need to redo the button and then refer to the following page for limitations of each variable. i.e. Some variables have character limits.

 

Documentation for html buttons:

https://developer.paypal.com/docs/integration/web/


Kudos & Solved are greatly appreciated. 🙂
Login to Me Too

sharpiemarker
Esteemed Advisor
Esteemed Advisor

Or you can make a post here: /t5/Merchant-Technical-Support/ct-p/mts

 

Edit: fixed link


Kudos & Solved are greatly appreciated. 🙂
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.