Forum Moderators: coopster & phranque

Message Too Old, No Replies

An Email form with auto-responder

Is there a free one lurking out there?

         

Googly

1:17 pm on Feb 12, 2003 (gmt 0)



Okay, on this particular server I do not have any access to 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 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 a 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 incorporates an auto responder feature. i.e. when the user enters their email in the form, and then submit, an email response is then sent to their email?

Hope someone can help
Googly

sun818

8:16 pm on Feb 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can leave your e-mail client on and have it auto-respond to e-mail sent from the service. Autoresponding by searching for consistent keywords in the message header would be the most accurate way.

As for a free service, I don't know of one. I'm sure they exist, but you'll have to research it yourself.

Googly

10:01 am on Feb 14, 2003 (gmt 0)



Thanks,

I've now found what I am looking for - www.whiz-mail.cc.

To go with your suggestion, the form which is sent to me would have to be from the senders email address and not the service provider. There are services around the web with either option.

Cheers
Googly

bpositive

3:18 pm on Feb 14, 2003 (gmt 0)

10+ Year Member



Googly,
I assume that you do work on other servers and websites as well as this one.
Why don't you create a service like that for yourself?

- Visitor submits the form
- Form is sent to a processing page on another website you manage
- You can process it however you want (send to db, auto respond, email, ...)
- They will sent back to the original website with their confirmation page (you can even personalize it)

I think this way it is much more flexible and reliable.

Be Positive

Googly

4:26 pm on Feb 14, 2003 (gmt 0)



Right, (my grasp of cgi/php is slightly limited at the mo, but what you're saying is that if one of my sites has a cgi-bin (which one does) than I can use that from another website?

Googly

bpositive

6:23 pm on Feb 14, 2003 (gmt 0)

10+ Year Member



Yes, that is what I am saying. In fact that is what you are doing with that service provider website. You are using their form submitting service. PHP, cgi-bin, ASP or whatever.

You can make a PHP page on the other website an call it processform.php and put it on the other website (www.otherwebsite.com)
You can set your original form like: <form action="http://www.otherwebsite.com/processform.php ...>
In processform.php you can do whatever you need and redirect them to the original website.

Be Positive

Googly

9:48 pm on Feb 14, 2003 (gmt 0)



Thanks bpositive
I'll look into that

Googly