
Originally Posted by
djr33
You don't need to use Javascript.
Well yes and no. The Google script requires javascript, so you need javascript for that, and if that all happens on your server, that's covered. And if the page on the other server is a true HTML form with no essential javascript associated with it and it POSTS or GETS to the page on your server, then it really can work. In fact, there should be no reason why not.
In other words, if on form.html there's just a form whose action attribute is set to process_form.cfm on your domain, and as I say there is no essential javascript on form.html, it will most likely work. The form.html page should have something like this on it:
Code:
<form action="http://www.yourdomain.com/process_form.cfm"
If it does, and if that's all it relies upon for submitting the information to process_form.cfm, then it should work.
Bookmarks