Since FrontPage no longer has support because it has been discontinued, and many webhosting sites no longer offer FP server extensions, I need to find a replacement for the FrontPage form handler that our company has been using quite frequently to gather data from website users.
I need a simple to implement and use form handler that mimics how the FrontPage form handler operates:
- Not a limit to the number of form fields it can handle
- Allows for custom form names and different save-to databases (from the one form-handling application)
- Multiple options for form handling (i.e.- saving data to an HTML file, .txt or .csv database file to import into a spreadsheet or database application, e-mail data to one or two e-mail addresses in a "user-friendly"/readable format, etc.)
- Confirmation page that will display whatever data you want to display from what the user entered
- An optional failed submit page redirect (if there is an error with the form).
Basically if anyone has ever used the form handling scripts in FrontPage, I need a Perl/CGI or some other web application to just upload and use that will work as closely as possible to the old FrontPage form handler.
Anyone know of any? A BIG plus would be one that has an integrated CAPTCHA system.