This is really a html question, and perhaps the code you already have would be helpful
<form action="" method="post">
<input type="checkbox" name="terms" value="accept" /> I have read and agreed to these terms, and I am the owner of the paypal account and/or credit card being used<br />
<input name="submit" type="submit">
</form>
This is really a html question, and perhaps the code you already have would be helpful
<form action="" method="post">
<input type="checkbox" name="terms" value="accept" /> I have read and agreed to these terms, and I am the owner of the paypal account and/or credit card being used<br />
<input name="submit" type="submit">
</form>
thanks!
Last edited by legendrock7; 12-01-2012 at 09:20 PM..