Set up a feedback form on your site in under 5 minutes. Let your visitors send you email from a popup form that uses asp and CDONTS or JMAIL. Just insert your email address into the asp page that invokes the mail, and set the font and colors to match your site and you are done.
myForm is a simple feedback form which you may down load free of charge to use for your site. It allows swicth control which enables you to choose the features you wish to have on and off depending on the features available to you from your web host.
This is a one page form example that saves the form results to a text file, then sends an email to the customer and one to the site owner. Very handy. Fully customizable form fields and messages.
This server behavior inserts ASP code required to send an email using CDO along with form text fields: 'To', 'From', 'CC', 'Subject', & 'Message'.
By default, a message will be displayed on the page after sending the email. Comment out the Response.Write line and comment in the Response.Redirect line to display a new page after sending the email. Obviously, you'll need to create this page yourself.
ASP contact form that uses CDONTS to send an email to the website owner. Features: Customizable header and footer for easy integration into your site, Form Error Checking, Uses CDONTS for sending email (Installed with IIS), gives user the chance to opt-in to your mailing list, easy to customize form colors.
The Form Field Extractor, extracts field names of any form submitted to it, allowing you to easily get field names to be used in a script that will either write (or read) the values to a database. If you are writing directly to a database, if you name your columns and fields names the same, you can use this tool sped up the process and remove potential tedious and error prone work. The script is written in ASP but anyone can submit a form to be processed.
Advanced feedbackform using ASPemail. All fields are required and when a field is empty the text will color red, and the user will be asked to fill in the data. After 2 times the user is redirected to an wrongdata site.