site html trouble

Dear Andy,
I used the html code you gave to E-brant, I am not a web desginer and have very little knowledge of website making, I have made my basic site, I used your html code for a must chekbox before you submit the form, its working for first part that unless you check the box submit button will not work and message apears you must agree to my terms, but submit button is not actulay submitting the for, I also need help that once you submit the form, the form shopuld clear and message may apear, thank you for your inquey, or even a confirmation number for you submission,

I will be thankfull if you can help,

Kind regards,

Abel
[665 byte] By [Abel Bhatti] at [2007-11-20 2:12:26]
# 1 Re: site html trouble
Abel, welcome to the forums.

You posted on a 4 year old thread. I will have a moderator split it into your own thread. When you have questions, please post them new (after searching Google and the forums).

Please edit your post, to include your code, inside [code] tags.
PeejAvery at 2007-11-8 0:41:12 >
# 2 Re: site html trouble
Hi,
Abel Bhatti at 2007-11-8 0:42:12 >
# 3 Re: site html trouble
Dear Peejavery,
Thanks for reply, what ever you are saying, what is thread, and how I post and read I dont realy know, can you please still helpme, I am trying to make a form with a submit button with a must check box ( I agee tyoe of thing ), I also want that after the form is submited it should be clear and a message should apear , Thanks for your inquiry, you will get a confirmation through e-mail or our representitive will contact you by phoe,

How it is possible please help, I am not a comupter expert, and using yahoo sitebuilder 2.3,

Thanks and regards,

Abel
Abel Bhatti at 2007-11-8 0:43:17 >
# 4 Re: site html trouble
This website, dev-archive, is a forum. What I am writing is a post. All these posts together are a thread.

Are you saying you want someone to code this for you because you do not know how?
PeejAvery at 2007-11-8 0:44:08 >
# 5 Re: site html trouble
Thanks for kind reply, I will be greatfull if some one can code this for me,
Abel
Abel Bhatti at 2007-11-8 0:45:13 >
# 6 Re: site html trouble
Well, I do not have time to code it for you but I can get you started.

You will need JavaScript to do it. In the Form tag, include onsubmit there with the function you want to call. That function will reset (clear) the forum using the following code.
document.FORMNAME.reset()

You can get a lot of help from W3Schools.com (http://www.w3schools.com/)
PeejAvery at 2007-11-8 0:46:20 >