As I said, all the html files are set up. The site uses mostly jquery mobile, and I first tried to use coldfusion. However, this created a lot of problems, as I couldn't change the filetypes form .html to .cfm without creating a lot of problems. All I need to do is validate a couple fields, and email it to myself. is there a good way to do this without changing much of the existing code?
I've been looking at PHP, but I'm new to server-side scripting, so I'm not sure what's required. Will this only work if the server AND each machine has php installed, or does the server just have to have PHP?
Thanks for your help!