Forms - Cut off point?

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

Guest

I have a class that will only except thrity students. is there a way when I
have thirty responses that the from will say class full? I currently have
the form sending me a text confirmation via email.

Thanks

K Sebring www.snellvillepd.com
 
Not without some type of database and server-side scripting to track the number of registration and
then not show the form, etc.

If your site is hosted on a Windows IIS web server then you could use the FP database components.

--
==============================================
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.
==============================================
 
Back
Top