This function creates the html form container.
Usage
html_container_form(id, class, button_id, ..., theme = "bootstrap4")
Arguments
- id
The html-id for the form.
- class
The css classes to be applied to the form tag
- button_id
The html-id for the button
- ...
Any number of html tags to be inserted into the form body.
- theme
The CSS framework theme to use