Large Number of "Contact" Forms

A

auerbach

I am building a website for a law firm with about 100 attorneys. The site
will include a biography page for each attorney. Each bio page will include
a "contact me" form, rather than an e-mail link (to avoid e-mail address
spidering by spammers.) So that's 100 contact forms, each of which will send
information to the relevant attorney by e-mail. (They do NOT want these to
go to a single contact person.)
Anyone have ideas for how to do this efficiently? I'm building the site
with FP 2003, using DWT.
It would be easy to have the contact form section of the page as an
include, but I don't see how that would allow me to address each page's
results to the relevant attorney. The other option is to customize each
form, of course. Is there some way for an "include" form to pick up a
variable from the page and use that as the destination address for the
e-mail generated by the form?

TIA,

Alex
 
T

Thomas A. Rowe

A database driven site using ASP, ASP.net or PHP where all info on each attorney is stored and
display on the single page about the attorney. Click the contact link on the page with the specific
attorney would then pass an id to the contact page, which would then look up the attorney name and
email address by ID number and then pass that info to an email function.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

auerbach

Thomas,

Thanks!

Alex

Thomas A. Rowe said:
A database driven site using ASP, ASP.net or PHP where all info on each attorney is stored and
display on the single page about the attorney. Click the contact link on the page with the specific
attorney would then pass an id to the contact page, which would then look up the attorney name and
email address by ID number and then pass that info to an email function.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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

Similar Threads


Top