Is there any way to completely process a form using only javascript & html ?
I need to process a form for a school project but using only JS & HTML with no use of cgi scripts, php,…
I don’t want anyone to actually make my homework for me, just a pointer in the right direction 🙂
edit: With processing the form i mean the onSubmit action, submit the info to the administrator either through mail, write it to a file, …
I have already made a script to validate the inputs.
Form Processing which I am assuming at the very least will be adding the form data to database and validate ofcourse.
You can validate using jQuery[a js Library] Validate
Also you can post form data using jQuery Ajax