This function creates the html from container.

html_container_form(id, class, button_id, ...)

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.

Value

html form tag