Forum Moderators: coopster & phranque

Message Too Old, No Replies

Feedback Form

without the e-mail address of the sender

         

jtakano

10:46 pm on Jul 10, 2004 (gmt 0)

10+ Year Member



Is it possible to make an Perl e-mail feedback form without the sender typing his/her e-mail address?

If so, how? I don't need the e-mail address of the sender.

Unfortunately, I dont' have any knowledge with Perl so is there a code that I can just copy and paste? I only need the Subject and the body form.

jo1ene

2:57 am on Jul 11, 2004 (gmt 0)

10+ Year Member



The information returned from the form is a matter of what you ask for. The perl form parser/sender only parses the form as you set it up. It dosn't matter to the perl script what fields you include in your form. Although, it will want to know the recipient (you).

You may find a PHP form parser to be simpler.

jtakano

5:24 am on Jul 11, 2004 (gmt 0)

10+ Year Member



The problem is my host don't support PHP

jatar_k

5:11 pm on Jul 11, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You don't need to know the email address of the person filling out the form to make the script work. You only need to know the email address you want to send it to. There are a ton of these types of mailers available. Maybe try this

[hotscripts.com...]

or try a few other searches at hotscripts for perl mailers