Renders form submit button.
Basic usage:
{{ html.button }}
Usage with parameters:
{{ html.button(Type, Button Label, Custom Redirect Link, CSS Class) }}
Parameters:
Type
(optional)Button Label
(optional) – The label of the button.Custom Redirect Link
(optional) – URL to redirect after processing the button click.CSS Class
(optional) – Name or names of CSS class(s).
Example:
{{ html.button("save","Click here to save the form","","registerButton") }}
Leave a Reply
You must be logged in to post a comment.