Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-01-2012, 06:37 PM   PM User | #1
legendrock7
New Coder

 
Join Date: Sep 2012
Posts: 58
Thanks: 8
Thanked 0 Times in 0 Posts
legendrock7 is an unknown quantity at this point
agreement page help

Hi, i found a page off of google & it looks very similar what i want on my site.

http://www.near-reality.com/forums/misc.php?do=donate < page

Only look on the part where it says i have read & agree to the terms, etc...

I want people to click on the little BOX so it gives a check or what ever THEN they can proceed to clicking the submit button.

thanks if anyone can help me.
legendrock7 is offline   Reply With Quote
Old 12-01-2012, 07:46 PM   PM User | #2
Junsee
New Coder

 
Join Date: Jun 2012
Posts: 42
Thanks: 4
Thanked 5 Times in 5 Posts
Junsee is an unknown quantity at this point
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>
Junsee is offline   Reply With Quote
Users who have thanked Junsee for this post:
legendrock7 (12-01-2012)
Old 12-01-2012, 07:57 PM   PM User | #3
legendrock7
New Coder

 
Join Date: Sep 2012
Posts: 58
Thanks: 8
Thanked 0 Times in 0 Posts
legendrock7 is an unknown quantity at this point
Quote:
Originally Posted by Junsee View Post
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..
legendrock7 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:40 PM.


Advertisement
Log in to turn off these ads.