automatic form

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

Guest

Hi, I am trying to figure out how to make it so there will be a
automaticially generated email sent to the user. Also I need to make it so
there will be a number generated alot like when you contact support for a
company and the number is never dont again.
 
Requires server side scripting with database to store used numbers (or
the last number used if it not necessary to associate a number with an
email on the server.)

The FrontPage server extensions form handler cannot send a message to
the user - you would need to set up an autoresponder that works from the
Replyto field for that.
JavaScript number generators (only alternative to server side) cannot be
guaranteed not to create duplicates.
 
Back
Top