feedback form querry

G

Graham

Is it possible to force as form to say something like 'feedback form' in the
subject of the email that I get?

The current code likes like:

<form action="http://scripts.dsl.pipex.net/process?" method="post">
<input name="myname" type="hidden" value="(e-mail address removed)">
<input name="formsent" type="hidden"
value="http://www.abcd12.dsl.pipex.com/test/">
First Name:<input name="fname" type="text" value="test">
<input type="submit" value=" submit " name="submit">
</form>
 
L

Leif K-Brooks

Graham said:
Is it possible to force as form to say something like 'feedback form' in the
subject of the email that I get?

Yes, edit the script handling your form set the subject to "feedback form".
The current code likes like:

<form action="http://scripts.dsl.pipex.net/process?" method="post">
<input name="myname" type="hidden" value="(e-mail address removed)">

Oh my, looks like the script you're using is insecure. A spammer could
easily change that hidden field to the email address of people to be
spammed and spam them with it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top