Form: introduce 'after_fields' content as well

This commit is contained in:
2025-09-11 20:00:22 +02:00
parent f88d1885a2
commit e69139e591
2 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ class FormView extends SubTemplate
$this->renderField($field_id, $field);
}
if (isset($this->form->after_fields))
echo $this->form->after_fields;
echo '
<input type="hidden" name="', Session::getSessionTokenKey(), '" value="', Session::getSessionToken(), '">
<div class="form-group">