Returns HTML string containing the closing
form tag.
Using this function is not required. You can use it together with
open_form() function to avoid open/close tag mismatch error messages in IDEs.
The following code opens and closes a form.
<?= open_form() ?>
...
<?= close_form() ?>