Form with checkboxes - What is wrong?

NickDi
Contributor
Contributor

Hello everyone! I would love to have your assistance on the below code I have created. I cannot proceed to payment with the form I have created. Is there anything missing from my code?

 

<form class="registry-form form" action=https://www.paypal.com/cgi-bin/webscr method=post target="paypal">
<!-- Specify a Buy Now button -->
<input name="cmd" type="hidden" value="_s-xclick"/>
<!-- Identify your business so that you can collect the payments -->
<input type="hidden" name="hosted_button_id" value="my paypal id">
<table>

<tr><td><input type="hidden" name="on10" value="test1">5 classes<input type="checkbox" name=os10" value="5 classes"></td></tr>

<tr><td><input type="hidden" name="on11" value="test2">10 classes<input type="checkbox" name=os11" value="10 classes"></td></tr>

<tr><td><input type="hidden" name="on12" value="test3">3 classes<input type="checkbox" name=os12" value="3 classes"></td></tr>

<tr><td><input type="hidden" name="on13" value="test4">4 classes<input type="checkbox" name=os13" value="4 classes"></td></tr>

 

</table>
<input class="buy-but submit" type=submit value="Buy Now" name=submit title="Buy with PayPal">
</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.