Web Forms with Required Fields / Submitting Emails

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

Guest

I have a web form that has required field validators, and then submits an
email when the form is completely filled out. Well, it is working on my local
machine, but when I put it out on the server, the required field error
messages are showing up, but the form is also submitting. It is like it is
disregarding the fact that the required fields are blank. Can anyone tell me
what I need to do?

Thank!
 
Melissa said:
I have a web form that has required field validators, and then submits an
email when the form is completely filled out. Well, it is working on my local
machine, but when I put it out on the server, the required field error
messages are showing up, but the form is also submitting. It is like it is
disregarding the fact that the required fields are blank. Can anyone tell me
what I need to do?

Thank!

Make sure the files in C:\InetPub\wwwroot\aspnet_client\system_web\[.net
framework version]\ are also on your webserver!

Greetings,

Michel van den Berg
 
Back
Top