{form} smarty block
The {form} block encapsulates a form in a template. It accepts several parameters, but the most common is the action to take when the form is submitted via the buttongroupcontrol.
{form action=save} {control type=buttongroup submit="Save" cancel="Cancel" name="buttons"} {/form}
Loading Help