Click to See Complete Forum and Search --> : site html trouble


Abel Bhatti
October 17th, 2006, 12:29 AM
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

PeejAvery
October 17th, 2006, 10:18 AM
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.

Abel Bhatti
October 17th, 2006, 10:55 AM
Hi,

Abel Bhatti
October 17th, 2006, 11:15 AM
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

PeejAvery
October 17th, 2006, 12:02 PM
This website, CodeGuru, 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?

Abel Bhatti
October 17th, 2006, 12:06 PM
Thanks for kind reply, I will be greatfull if some one can code this for me,
Abel

PeejAvery
October 17th, 2006, 12:36 PM
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/)