Click to See Complete Forum and Search --> : Multiple Send Form.


DanUK
11-02-2003, 09:21 AM
Hello there.
Is it possible to have a form, that would have a drop-down menu of different contacts, and when a contact is selected it would make the "Send" button send it to that address?
How is this achieved please?

Many thanks!

PeOfEo
11-02-2003, 01:22 PM
I would go with a server side language and put the contacts in a data base if the list is lengthy.

DanUK
11-02-2003, 06:02 PM
Hi, thanks for your reply!

There would likely be about 10.
Is there anyway without using a database, I've only just moved my site completed away from a database except for my Forums?

PeOfEo
11-02-2003, 06:05 PM
why would you move your site away from a data base? Yes you can do it without a data base, you are just going to have to put all of the email addresses in your mail.to feild or whatever it is for the language you are using.

DanUK
11-02-2003, 06:10 PM
I wanted to keep the load for the Forums purely.
I'm using the majority of the pages in PHP.

Thanks.