Automatic mail with link

S

SS

I want a mail to go automatically with a link when a person hits the submit
button. They will have put their email address in.

Anyone know how this is done?

Cheers
 
T

Thomas A. Rowe

Not possible when using the FP Form Handler, would require a custom server-side form handler written
in ASP, PHP, etc.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

SS

OK

I know it's possible to add info to a database but is it possible to
actually add information from a form on an ID, so that the information goes
into the correct record?

Cheers Shona
 
S

Stefan B Rusynko

Add the rs ID to the form As a user field or hidden field
See http://www.asp101.com/samples/db_edit.asp




| OK
|
| I know it's possible to add info to a database but is it possible to
| actually add information from a form on an ID, so that the information goes
| into the correct record?
|
| Cheers Shona
|
|
 
A

Andrew Murray

if you mean edit a record, this can be done through the Database Interface
Wizard in Frontpage.
(search for it in "Help").
 
Top