Using forms in ColdFusion MX

ColdFusion MX lets you use a variety of types of forms. You can use plain HTML or CFML, and you can generate HTML, Macromedia Flash, or skinned XML forms. This section describes your form options and introduces a basic ColdFusion MX form.

ColdFusion forms tags

You can use HTML or CFML tags to define your form. ColdFusion includes the following CFML tags that correspond to HTML tags, but provide additional functionality:

These tags support all the attributes of their HTML counterparts, plus ColdFusion attributes and features.

ColdFusion also provides the following forms tags that have no direct equivalent in HTML:


View comments in LiveDocs