The CFFORM tag allows you to create dynamic forms in CFML and gives you access to a wide range of form controls, such as Java applet-based tree, slider, and grid controls, as well as the standard HTML control types like checkboxes, radiobuttons, text input boxes, and edit boxes. |
Using CFFORM to build a table does not preclude the use of HTML form tags in your form. You can use any HTML form tag in a CFFORM-based form. In fact, you could replace your HTML FORM tags with Cold Fusion CFFORM tags and your forms would work fine. Cold Fusion generates HTML forms dynamically from CFFORM tags and passes through to the browser any HTML code it finds in the form. |