A ColdFusion action page is just like any other application page except that you can use the form variables that are passed to it from an associated form - a form variable is passed for every form control that contains a value when the form is submitted.
![]() |
Note: | If multiple controls have the same name, one form variable containing a comma delimited list passes to the action page. |