HighDots Forums  

email form multiple recipients dropdown menu

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss email form multiple recipients dropdown menu in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
arizona
 
Posts: n/a

Default email form multiple recipients dropdown menu - 07-16-2004 , 12:08 PM






Hi, I was wondering if there is a way to use a dropdown menu for the email
recipients. Rather than having six different email forms that go to the
various recipients, I would like to just use a dropdown box..."who do you
want this email to go to..."

Is this possible. I tried googling through the dreamweaver groups, but
didn't find any good info on anyone who has gotten this to work.

Thanks in advance.

Barbara


Reply With Quote
  #2  
Old   
arizona
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 12:20 PM






I am using a formmail script with the six recipients in the @allow_mail_to

Quote:
what are you using to send the form?


Hi, I was wondering if there is a way to use a dropdown menu for the email
recipients. Rather than having six different email forms that go to the
various recipients, I would like to just use a dropdown box..."who do you
want this email to go to..."

Is this possible. I tried googling through the dreamweaver groups, but
didn't find any good info on anyone who has gotten this to work.

Thanks in advance.

Barbara




Reply With Quote
  #3  
Old   
Alan
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 12:27 PM



simplest- if it's a "standard" variant of formmail and uses a field named
"recipient" for the email address you want it sent to-

make a <select> list named "recipient" with the 6 addresses.
suggest you have one of the choices initially selected, to avoid the error
message if they hit submit without making a choice.
Or you could do the same with radio buttons.

<select name="recipient">
<option value="fred (AT) flintstone (DOT) com" selected>Fred</option>
<option value="barney (AT) rubble (DOT) com">Barney</option>
</select>

better would be to do a bit of modification on the script so you could use
alias for the email addresses in the form, and keep the real email addresses
in the script hidden away. Spammers bots read the page code, and will
harvest real email addresses in the recipients field.

Quote:
I am using a formmail script with the six recipients in the @allow_mail_to


Reply With Quote
  #4  
Old   
arizona
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 12:35 PM



thanks Alan, I will modify the script and use aliases.



Quote:
better would be to do a bit of modification on the script so you could use
alias for the email addresses in the form, and keep the real email addresses
in the script hidden away. Spammers bots read the page code, and will
harvest real email addresses in the recipients field.


Reply With Quote
  #5  
Old   
John Gaver
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 01:12 PM



On 7/16/04 11:27 AM, in article
BD1D7A43.1A323E%dont_mail_me_period (AT) macromedia (DOT) com, "Alan"
<dont_mail_me_period (AT) macromedia (DOT) com> wrote:

Quote:
better would be to do a bit of modification on the script so you could use
alias for the email addresses in the form, and keep the real email addresses
in the script hidden away. Spammers bots read the page code, and will
harvest real email addresses in the recipients field.
BETTER WOULD BE TO DO A BIT OF MODIFICATION ON THE SCRIPT SO YOU COULD USE
ALIAS FOR THE EMAIL ADDRESSES IN THE FORM, AND KEEP THE REAL EMAIL ADDRESSES
IN THE SCRIPT HIDDEN AWAY. SPAMMERS BOTS READ THE PAGE CODE, AND WILL
HARVEST REAL EMAIL ADDRESSES IN THE RECIPIENTS FIELD.

That deserved all CAPS. You don't want to do something that will put your
customer on hundreds of spam lists.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #6  
Old   
webmaster cts
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 02:28 PM



Are there general suggestions about "Spammer's Bots" gathering emails on
websites?

Should I be doing something to protect email addresses on my website?

Right now some emails are in text form in html and linked with the mailto:
while others are Email Here (mailto style.

Should they be hidden or how should they be hidden?

Sorry... this is tangent of this message.

thanks



"John Gaver" <jgaEVERYver (AT) ActionThingAmerica (DOT) org> wrote

Quote:
On 7/16/04 11:27 AM, in article
BD1D7A43.1A323E%dont_mail_me_period (AT) macromedia (DOT) com, "Alan"
dont_mail_me_period (AT) macromedia (DOT) com> wrote:

better would be to do a bit of modification on the script so you could
use
alias for the email addresses in the form, and keep the real email
addresses
in the script hidden away. Spammers bots read the page code, and will
harvest real email addresses in the recipients field.

BETTER WOULD BE TO DO A BIT OF MODIFICATION ON THE SCRIPT SO YOU COULD USE
ALIAS FOR THE EMAIL ADDRESSES IN THE FORM, AND KEEP THE REAL EMAIL
ADDRESSES
IN THE SCRIPT HIDDEN AWAY. SPAMMERS BOTS READ THE PAGE CODE, AND WILL
HARVEST REAL EMAIL ADDRESSES IN THE RECIPIENTS FIELD.

That deserved all CAPS. You don't want to do something that will put your
customer on hundreds of spam lists.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.




Reply With Quote
  #7  
Old   
John Gaver
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-16-2004 , 04:50 PM



On 7/16/04 1:28 PM, in article cd96v7$aat$1 (AT) forums (DOT) macromedia.com,
"webmaster cts" <webmaster (AT) flower-mound (DOT) com> wrote:

Quote:
Are there general suggestions about "Spammer's Bots" gathering emails on
websites?

Should I be doing something to protect email addresses on my website?

Right now some emails are in text form in html and linked with the mailto:
while others are Email Here (mailto style.

Should they be hidden or how should they be hidden?
Your post made me do something that I have been meaning to do for some time.

Check out this link. It explains how to code your html to foul up the
spammers' harvester bots.

http://www.gurusinc.com/alphabet.html

To see an example of it in action, see this site:

http://www.megafolia.com/

The email links on that site are all done the same way. That site has been
up for almost a year and takes thousands of hits per month (high search
engine placement) and yet, the client has not received a single spam,
directed to that address. You will note that I also included some of those
characters in the recipient field for the Feedback Forms. Another trick that
I use is to include a comment in the email address. The end resultant html
for the link looks something like:

%61%62<!-- spamfree -->%63%64%40%65%66<!-- spamfree -->%67%69%2e%63%6f%6d

I do the same thing with the ampersand values, for the visible portion.

Some say that the spammers will create smarter harvesters, but they have
been saying that for years. In reality, the current harvesters produce more
valid email address than the spammers could ever use, so there is no need to
try to break the code of someone who, if he has gone this far, likely
already has anti-spam software on their email client.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #8  
Old   
Jonathan Stowe
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-19-2004 , 08:31 AM



Alan <dont_mail_me_period (AT) macromedia (DOT) com> wrote:
Quote:
simplest- if it's a "standard" variant of formmail and uses a field named
"recipient" for the email address you want it sent to-

make a <select> list named "recipient" with the 6 addresses.
suggest you have one of the choices initially selected, to avoid the error
message if they hit submit without making a choice.
Or you could do the same with radio buttons.

select name="recipient"
option value="fred (AT) flintstone (DOT) com" selected>Fred</option
option value="barney (AT) rubble (DOT) com">Barney</option
/select

better would be to do a bit of modification on the script so you could use
alias for the email addresses in the form, and keep the real email addresses
in the script hidden away. Spammers bots read the page code, and will
harvest real email addresses in the recipients field.

The NMS FormMail already does this - it can be downloaded from:

http://nms-cgi.sourceforge.net/scripts.shtml

/J\


Reply With Quote
  #9  
Old   
Jonathan Stowe
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-19-2004 , 08:33 AM



arizona <tangled (AT) masan (DOT) com> wrote:
Quote:
thanks Alan, I will modify the script and use aliases.
Even better download the NMS FormMail that already does this. See my
previous post for the URL.

/J\


Reply With Quote
  #10  
Old   
webmaster cts
 
Posts: n/a

Default Re: email form multiple recipients dropdown menu - 07-19-2004 , 11:02 AM



Thanks... I will check this out... I appreciate it!


"John Gaver" <jgaEVERYver (AT) ActionThingAmerica (DOT) org> wrote

Quote:
On 7/16/04 1:28 PM, in article cd96v7$aat$1 (AT) forums (DOT) macromedia.com,
"webmaster cts" <webmaster (AT) flower-mound (DOT) com> wrote:

Are there general suggestions about "Spammer's Bots" gathering emails on
websites?

Should I be doing something to protect email addresses on my website?

Right now some emails are in text form in html and linked with the
mailto:
while others are Email Here (mailto style.

Should they be hidden or how should they be hidden?

Your post made me do something that I have been meaning to do for some
time.

Check out this link. It explains how to code your html to foul up the
spammers' harvester bots.

http://www.gurusinc.com/alphabet.html

To see an example of it in action, see this site:

http://www.megafolia.com/

The email links on that site are all done the same way. That site has been
up for almost a year and takes thousands of hits per month (high search
engine placement) and yet, the client has not received a single spam,
directed to that address. You will note that I also included some of those
characters in the recipient field for the Feedback Forms. Another trick
that
I use is to include a comment in the email address. The end resultant html
for the link looks something like:

%61%62<!-- spamfree -->%63%64%40%65%66<!-- spamfree -->%67%69%2e%63%6f%6d

I do the same thing with the ampersand values, for the visible portion.

Some say that the spammers will create smarter harvesters, but they have
been saying that for years. In reality, the current harvesters produce
more
valid email address than the spammers could ever use, so there is no need
to
try to break the code of someone who, if he has gone this far, likely
already has anti-spam software on their email client.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.