Forum Moderators: open
Okay, on this particular server I do not have any access to implement dynamic pages/scripts cgi etc. I can only use html and javascript.
I have been searching the net recently and found a couple of
websites using cgi (or similar) which provide the opportunity to use a program on their server to evaluate and process html forms.
I have recently used one and it has been very effective. The user fills in an html form on my website, the form is sent to this service provider's server where it is processed and is then sent to my email address. The user is sent to a confirmation page. So this is all free and reliable.
Which is all fine and dandy, but does anyone know of a similar service, which also automatically sends an email response to the submitter? Did i mention it needed to be free?
Hope someone can help
Googly
Your provider may tell you nothing is available, but it may really be.
Try making two test pages:
test.asp
<html>
<body><%
response.write("Hello World!")
%></body>
</html>
test.php
<html>
<body><?php
echo "Hello World!";
?></body>
</html>
Upload and open each page. If one works, you are set. If you already tried this, sorry. Just trying to help :)
Cheers
Googly
Thanks for the WHIZ Birdman. i am currently hoping for some support from the people who run it. I logged in and went to their form wizard which didn't work!
So, if anyone has any other similar free services they know of then please post! It's a shame cos Whiz looks very promising.
Googly
They have now fixed the problem on the Whiz website and I'm pretty impressed with it. It is more or less exactly what i was after. I searched google a lot, can I ask you where you found it or was it just a memory from your past?
Googly
Glad it helped :)