Miscellaneous
endFormTag()
Signature
Section titled “Signature”endFormTag() — returns any
Description
Section titled “Description”Builds and returns a string containing the closing form tag.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prepend | string | yes | — | See documentation for textField |
append | string | yes | — | See documentation for textField |
Examples
Section titled “Examples”<!--- view code ---> <cfoutput> #startFormTag(action="create")# <!--- your form controls ---> #endFormTag()# </cfoutput>