Form results are not showing in email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

webwite: parktoweronline.com
when i press the submit button. I get the confirmation page. but the fields
are not populated with the data. I check the website and it works the same.

FT extensions are loaded by my host. thanks
 
Didn't you read the reply to your original post, where it was indicated that you have too many form
tags, etc.?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
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.
==============================================
 
I checked the home page and also the services page.
Neither form is properly constructed. There are multiple form tags and multiple:
<form method="POST" action="_vti_bin/shtml.exe/index.html" webbot-action="--WEBBOT-SELF--"
onSubmit="">
<form method="POST" action="_vti_bin/shtml.exe/index.html"
webbot-action="--WEBBOT-SELF--" onSubmit="">
<form method="POST" action="_vti_bin/shtml.exe/index.html"
webbot-action="--WEBBOT-SELF--" onSubmit="">

Not good.

My suggestion would be to remove what you have and start over, and do "not" manually edit
any of the form code created by FrontPage.

Additionally, you can not use a form submit button as a hyperlink. It will break the
form.


--
Steve Easton
Microsoft FrontPage MVP
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
Back
Top