Sending forms in email with no fp ext. in server

J

James

Im trying to get a form emailed back to me.Can you email a form with results in frontpage the only other way i can get it to work is in java as far as the results embeded in the eamil as far as subject/message.name etc.I have no data base to work with to retreive the results other than a email back to me
 
T

Thomas A. Rowe

In order to process form data, you must use a form handler. If the FP
extensions are not installed then you must use CGI-Perl or PHP, etc. to
process the form data. Contact your host to see what they recommend.

--

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

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


James said:
Im trying to get a form emailed back to me.Can you email a form with
results in frontpage the only other way i can get it to work is in java as
far as the results embeded in the eamil as far as subject/message.name etc.I
have no data base to work with to retreive the results other than a email
back to me
 
Top