Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Processing form data PreviousNext

Processing form data

Virtually all web applications that gather and write information to a database use a form to accomplish that task. Forms let you collect information from a user (using an order form, registration form, and so on) and write that information to a database. Like HTML, there are two independent steps for creating a form in ColdFusion:

  1. Creating the layout for the form itself.
  2. Writing the code to process the submitted information.

Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Processing form data PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.