Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Form.close

$form.close() -> HtmlString

Description

Create the closing </form> tag for the form and mark it as closed.

tm formHtml($form) {

    {{ $form.open() }}

    ...

    {{ $form.close() }}
}

See Also