Form Processors related scripts & softwares
Process application/x-www-form-urlencoded, multipart/form-data, multipart/related and other multipart source stream to collection of form fields with this COM object. Works with up to 2GB forms with minimum memory/processor resources.
ASP Server Behavior for Dreamweaver UltraDev. This behavior inserts a basic form ('To', 'From', 'CC', 'Subject', and 'Message') on a page to send an Email using CDO. You may want to hide certain fields in your form to suit your needs and/or bind data from a record set. 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 redirect to a new page after sending the email. Obviously, you'll need to create this page yourself. NOTE: Code is available to copy/paste if you don't want to install the extension (or don't use UltraDev)
An advanced feedback form script using ASPemail. All fields are required and when a field is left empty the text will be changed to red color, and the user will be asked to fill in the data. After the second time, the user will be redirected to an error page.
FormBoy is a feature-rich ASP component that allows you to create professional web page forms including server-side validation in minutes with only a few lines of code. Even experienced web developers normally spend many hours on coding such forms. With FormBoy, Datafun gives you a tool that does the whole work for you.
Contact.asp is a simple ASP form processing script that you can use for getting feedback from your users, etc.
This is a simple form-to-mail ASP script for your Web page. It allows you to redirect user to a specified page upon form submission.Three versions available for different porpouses, including email submission to a mailing list.
aspmailer is a straightforward form mailer with an eye towards secure behavior and some useful output formatting. Your visitors fill out the form and submit it. From there, the form data is emailed to an address you designate within the asp script. You can use it with any form (exception made of file uploads), so it's quite flexible as well.
|