getOptions())) { ?>
">

info()["name"]) ?>

isDomainRootClean()) { ?> getOptions() as $form_name => $form_control) { $field_name = $WebappInstaller->formNs() . "_" . $form_name; $field_type = $form_control; $field_value = ""; $field_label = isset($form_control["label"]) ? htmlentities($form_control["label"]) : ucwords(str_replace([".","_"], " ", $form_name)); $field_placeholder = ""; if (is_array($form_control)) { $field_type = !empty($form_control["type"]) ? $form_control["type"] : "text"; $field_value = !empty($form_control["value"]) ? $form_control["value"] : ""; $field_placeholder = !empty($form_control["placeholder"]) ? $form_control["placeholder"] : ""; } $field_value = htmlentities($field_value); $field_label = htmlentities($field_label); $field_name = htmlentities($field_name); $field_placeholder = htmlentities($field_placeholder); ?>
>