Formular nicht gefunden

Der Link ist möglicherweise ungültig oder abgelaufen.

'); } $form_data = json_decode(file_get_contents($form_file), true); // If editing a response $edit_id = $_GET['edit'] ?? null; $existing_answers = []; if ($edit_id) { // Sanitize edit\_id $safe_edit_id = preg_replace('/[^a-zA-Z0-9_-]/', '', $edit_id); $answer_file = __DIR__ . "/data/answers/{$form_id}_{$safe_edit_id}.json"; if (file_exists($answer_file)) { $answer_data = json_decode(file_get_contents($answer_file), true); $existing_answers = $answer_data['answers'] ?? []; } } ?> <?= htmlspecialchars($form_data['title']) ?> - Intranet Formulare

Deine Daten

Fragen

$opt): $checked = (is_string($val) && $val === $opt) ? 'checked' : ''; ?>
$opt): $checked = ($is_array_val && in_array($opt, $val)) ? 'checked' : ''; ?>
value="">