Click to See Complete Forum and Search --> : Senders address in a Form


eejack
12-22-2003, 06:24 AM
Hi,
I have created a Form which needs to be send to an Email address. The mailing works fine except that the senders address is always the same. It doesn't matter from which PC or location the form is send from, it always gives the same senders address.

Any Idea

Eejack

Geat
12-22-2003, 07:59 AM
You need to tell us how you are actually sending the mail (e.g. is it via PHP, ASP, PERL, etc.) before we can give you any advice!

eejack
12-22-2003, 08:06 AM
Hi,

I am not really sure which of the mentioned systems I am using, I am quite new to this form thing.

Below is the line I think has to be modified somehow to make sure that the senders address is always different.

<!--webbot bot="SaveResults" u-file="Registration Form" s-format="HTML/BR" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE" s-email-address="belgiannashhash@yahoo.com" b-email-label-fields="TRUE" s-builtin-fields startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p align="center"><b>


Tks

Eejack

Geat
12-22-2003, 08:15 AM
To be totally honest I have never seen that type of syntax before!

To send email via websites, most people write their form in HTML which then posts the data to a server side script (written in a language like those I mentioned earlier), and that takes the details and turns them into an email - with configurable "from", "bcc", "cc" and subject fields...

Sorry, can't be any help!