Return to v1.4.5 docs

endFormTag()



Builds and returns a string containing the closing form tag.

Name Type Required Default Description
prepend string No See documentation for textField
append string No See documentation for textField
<!--- view code --->
		<cfoutput>
		    #startFormTag(action="create")#
		        <!--- your form controls --->
		    #endFormTag()#
		</cfoutput>