Adding Form Content into Database
|
|
An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted. |
An easy way to CDONTS forms
|
|
Use this quick wizard-like form to build a form that sends email using CDONTS. In a couple of minutes you will be able to recieve feedback. |
An easy way to JMail forms
|
|
Use this quick wizard-like form to actually build a form that sends email using JMail. In a couple of minutes you will be able to recieve feedback. |
Arclab MailMe! Pro
|
|
MailMe! Pro is an executable (CGI) for Windows based webservers designed to send submissions from web page forms directly to your email account. It can be used as feedback form, user registration, survey, order form or anything else which needs to be sent to you. |
ASP Form Creation and Processing VbScript classes
|
|
These VbScript classes are for server-side deployment and make the creation of web forms (textboxes, comboboxes, radiobuttons, etc) simple, and the processing of information supplied by web forms easier. Includes VbScript for uploading files via a web page, even if your host doesn't have an upload component! |
ASP Form parser
|
|
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 Form to Mail Script - CDONTS
|
|
This form to e-mail script allows you to post any form to it and have it send an e-mail using hidden field values. Update now orders field entries for the email on the basis of how they are ordered in the form. Uses CDONTS. Easy to install and use. No ASP knowledge required for basic use. |
ASP Mail Form
|
|
This is a simple form processor written in ASP and HTML. It includes form validation which holds all completed fields when submitted and show which fields were left blank. It will not send until all required fields are completed. The code is very easy to work with and the form is very user friendly. |
ASP Message Box
|
|
This ASP script reads a simple form and writes all the values into a txt file. The txt file is included into the main page as. Very simple to use and install. |
ASPCDOEMAIL
|
|
Simple demonstration on how to send email with CDONTS all files needed included, allows email to be sent to any recipient from any address. |
ASPerium FeedBackForm
|
|
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. |
aspmailer
|
|
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. |
AWS HTML Wizard
|
|
AWS HTML Wizard provides developers with a quick and easy way to design multipage web forms. Using this component you can implement various registation, order building, data collecting routines in easy for users manner - diviging them in a number of simple steps that the user can go through, i.e. as a wizard. |
Basic Form Handling
|
|
A quick tutorial to show you the basics of form submission and handling. |
CDO Email Form
|
|
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) |
CDONTS on Windows 2003 how to setup + CDONTS.dll
|
|
Full step by step tutorial on installing cdonts.dll on windows 2003 |
Checkbox Sample
|
|
This article discusses how to deal with various checkboxes in form via ASP. Covers: The Default No-Frills Checkbox, Checkbox With An Associated Value, Multiple Checkboxs With The Same Name, and Checkbox Which Maintains It's State. |
Contact.asp
|
|
Contact.asp is a simple ASP form processing script that you can use for getting feedback from your users, etc. |
Creating Dependent Select Objects With ASP
|
|
Select boxes must often communicate with one another (i.e., a Child select object's option values depend on the value selected in the Parent object). This tutorial details how to create a hierarchy of select objects using ASP, SQL, ADO, and JavaScript. |
CyberCoded: Email & Database Form
|
|
Get input, post to database and email all in one form. Utilizes MS Access Database and CDONTS. Source code is one page and one database. |
Display All Form Variables and Names Posted
|
|
The following ASP code will allow you to Count through all form field names and values posted to this script. |
EasyFormCreator
|
|
EasyFormCreator is a Web-based form creator written in ASP. It will create a script which displays a customized form and checks it when it's submitted. Very easy to use. |
ecFormBuilder
|
|
ecFormBuilder is an easy to use dynamic web form generator. Complete flexibility using a template driven form definition method. Client side and server side validation, easy integration with recordset data for single row or multi-row display, set default form values, includes integrated SendMail function for email forms. |
Feedback Form
|
|
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. |
Feedback Form using JMAIL
|
|
Let your visitors contact you with this colorful form that uses ASP and JMAIL. Included with this form is a Header and Footer file. |
Fill out web based forms from Visual Basic
|
|
This product will help you complete web based forms from within your Visual Basic application. The product is delivered as a module which will show you how to connect to a form on an web site, fill it out and submit it. This method has been used to automate account signups with several online sites. |
Filling the Gaps
|
|
In this final part of ASP Form Handling series, the author discusses such topics as handling radio buttons and check boxes, emailing attachments with CDONTS, and some ways of using the data stored in the registration database covered in Part 3. |
Form to mail
|
|
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. |
FormBoy ASP Component
|
|
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. |
Formmail.asp
|
|
Formail.asp is a generic form to e-mail script based on Matt Wright's CGI Formmail - it works using simple form side configuration, allowing for a customised: recipient, subject line and redirect to another page. Easy to set-up and a good alternative to using the Original Formmail script which required Execute level permissions. Also includes security features to stop others using your script. |
FORMMAIL.asp CDONTS w/database functionality
|
|
*Formmail.asp processes a form to email, a form to database or both. |
Forms - Check Boxes
|
|
The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example. |
Free ASP Contact Form Script
|
|
This is an ASP contact form script 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, Gives user the chance to opt-in to your mailing list, and Easy to customize form colors. |
Free Form-to-file
|
|
This personalized copy and paste script will save to a file information obtained from any form independentely of input fields number. It will create all necessary folders and files in the server. Each time a form is processed a new file will be create, and in order to check information in those files a copy and paste script is also provided. The script is personalized with a random number for each visitor to the page. |
How to Build a Forms Validation Library
|
|
This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks. |
Implementing forms with ASP
|
|
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence. |
MX Looper Suite ASP
|
|
For Dreamweaver MX ASP Programmers who create dynamic websites, MX Looper Suite is a collection of Commands and Server Behaviors for the ASP server model that creates complex repeated regions. Unlike the Macromedia default repeat region that allows you to create only simple loops, our product helps you easily create dynamic generated webpages including nested repeat regions and horizontal loopers. Features: --Horizontal Looper Generation; --Nested Repeat Regions; --Paged Recordset Navigation. |
OpenX ASP Edition
|
|
OpenX ASP Edition will save you hours on creating and processing HTML Forms, mapping form elements to database fields, performing HTTP file uploads, and saving HTML Form data into your database. OpenX will automatically generate Form Definition files, validate Credit Card numbers and Email addresses, watch for "mandatory but empty" values, retrieve individual values on demand, and handle special values for checkboxes and radio button controls. OpenX ASP is based on the OpenX component which is a set of interfaces for data access that provides universal data integration over an enterprise's network. It provides connectivity to wide range of databases including SQL Server, Oracle, Sybase, and MySQL. |
Popup Feedback Form
|
|
Learn how to put a popup email form on your site using javascript and asp. It supports CDONTS and JMAIL. Form is validated to keep blank emails from filling your box. All you have to do is set the fonts and colors. Easy installation. |
PpAsp.Form
|
|
This is a comprehensive set of form building and form processing tools. It will save you hours on building and processing HTML Forms, mapping controls to database fields, building drop-down lists lists and selecting values in all controls automatically. |
Request.Form and Stack Overflow
|
|
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included. |
RequiredForms
|
|
Easy to use, the RequiredForms component checks for empty form fields which are required to have a value. A developer only needs to specify the required fields in a comma-delimited string in order to check for empty values in a form. |
SaveForm
|
|
SaveForm is an ActiveX Component designed for use with Microsoft Active Serve Pages. It provides a series of methods that can quickly and easily persist FORM values during a user's Session, and permanently between sessions as well. The values they enter can be saved as a text file, in a database anywhere on the network, or even sent as an email message. |
Self Submitting Pages
|
|
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in whichwhich you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user. |
Self-Referencing Forms
|
|
This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications. |
Send Email from Forms Using CDONTS, JMAIL or BLAT
|
|
Download a choice of form processing scripts designed with the user in mind. Full tutorials including input and output source code available freely to download. Download include CDONTS, JMAIL, NT PERL using BLAT. Other scripts also available. |
Send email via ASP 3.0 and CDONTS
|
|
This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation page, thanking them for their input. |
StoreCombo FormDesigner
|
|
StoreCombo FormDesigner is a full-featured tool that allows you to create and edit online forms. You can use it for your membership form, contact us form, any custom form, and even survey. Unlimited number of forms. Unlimited number questions and answers. Results can be viewed in comprehensive reports and graphs. Customizable look and feel. Full source code. |
Submitting data to forms with IP*Works! WebForm
|
|
ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component. |
ttmail.asp
|
|
enables users to receive information from a web form simply yet securely. |
Validating Form Input using Regular Expressions
|
|
This article will show you how to use Regular Expressions to simplify writing form validation code. Example code available for download. |
VBScript forms
|
|
This page explains how to collect info from forms and validate them with VBScript server side. All source code is available. |
Writing Smart Web-based Forms
|
|
This is an extensive article that describes form validation technique to help the user submit correct information. |