1 a radio group * is shown; when count === 1 a hidden input is emitted instead. * Omit or pass [] to suppress the objet selector entirely. * array $formData — raw form data array (used for contact_public checkbox state). * string $synopsisExtra — optional HTML block injected after the synopsis label * (use for student-facing explanations). * bool $isAdminMode — when true the form uses admin-style helpers; default false. */ $oldFn = $oldFn ?? (function_exists('old') ? 'old' : fn($k, $d = '') => $d); $withAutofocusFn = $withAutofocusFn ?? fn($field, $attrs = []) => $attrs; $allowedObjet = $allowedObjet ?? []; $formData = $formData ?? []; $synopsisExtra = $synopsisExtra ?? ''; ?>
Informations du TFE 1): ?>
'name']); include APP_ROOT . '/templates/partials/form/text-field.php'; ?> 'email']; include APP_ROOT . '/templates/partials/form/text-field.php'; ?>
Si cette case est cochée, votre contact apparaîtra sur la page publique de votre TFE.