Back
submitTag()
Builds and returns a string containing a submit button form control. Note: Pass any additional arguments like class, rel, and id, and the generated tag will also include those values as HTML attributes.
#startFormTag(action="something")#
<!--- form controls go here --->
#submitTag()#
#endFormTag()#
Copied!