Skip to content

Miscellaneous

endFormTag()

endFormTag() — returns any

Builds and returns a string containing the closing form tag.

NameTypeRequiredDefaultDescription
prependstringyesSee documentation for textField
appendstringyesSee documentation for textField
<!--- view code --->
		<cfoutput>
		    #startFormTag(action="create")#
		        <!--- your form controls --->
		    #endFormTag()#
		</cfoutput>