submitInput() public static method
Generates a submit input button. Be careful when naming form elements such as submit buttons. According to the jQuery documentation there are some reserved names that can cause conflicts, e.g. submit, length, or method.
public static string submitInput ( $label = 'Submit', $options = [] )$label string
The value attribute. If it is null, the value attribute will not be generated. $options array
The tag options in terms of name-value pairs. These will b