Form.close
$form.close() -> HtmlString
Description
Create the closing </form> tag for the form and mark it as closed.
tem formHtml($form) {
{{ $form.open() }}
...
{{ $form.close() }}
}
Create the closing </form> tag for the form and mark it as closed.
tem formHtml($form) {
{{ $form.open() }}
...
{{ $form.close() }}
}