mailto link

R

Robin

We have two seperate forms to fill out on our Website, one
is a catalog request and the other is for a free drawing.
The free drawing being the one I'm working on. Everything
works except that when it goes to our corp. email they
both come in with the subject box saying 'Catalog
Request'. That's fine for the catalog request, but we need
the free drawing to say 'Shopping Spree' in the subject
box of the email so the person handling the requests can
tell the difference between the two. How do I get there to
change it? Is it in the mailto hyperlink?, if so how do I
change it for a particular one?
 
T

Thomas A. Rowe

You can set the subject under Form Properties.

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

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

Andrew Murray

you don't use a mailto hyperlink if you're using forms....you use the Frontpage
form handler or third party script.

anyway you can add a subject line to a mailto tage like this

<a href="mailto:[email protected]&subject=Shopping Spree">EMail for free pic</a>
 
Top