- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Form Submit
Template Tag: Form Submit
Displays a submit button for the form.
Examples
Quick Template
[Form:submit|value=Save|class=btn btn-default]
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Name of the submit button |
|
|
Input value of the submit button |
|
|
CSS class to apply to the submit button |
|
|
Custom CSS to apply to the submit button |
Return value
This tag displays content only, it does not have a return value.