Conditional Wrapper + Checkbox not working
-
Hello,
I want to make a pdf upload conditional to a question before asked with a checkbox. It does work, if I make it a radio, but not as checkbox. Even when checked, the conditional part is not shown. Could you explain why it is not working?
My Code:
<h6>Wird ein Einstufungstest ben?tigt (erst ab Einstieg in Klasse 2)? (Pflichtfeld)</h6> <i>(Immer dann, wenn kein Zeugnis einer deutschen Schule für die vorangehende Klassenstufe vorliegt.)</i> <label>[checkbox* checkbox-zeugnis use_label_element default:get "Ja, für das Fach Deutsch (wenn das Fach gebucht wird)." "Ja, für das Fach Mathematik (wenn das Fach gebucht wird)." "Nein"]</label> [conditional conditional-zeugnis] <h6>Bitte laden Sie das Zeugnis Ihres Kindes hoch (Akzeptierte Formate: PDF, JPG, PNG.</h6> <label> [file file-Zeugnis filetypes:pdf|jpg|png] </label> [/conditional]
Thanks for taking a look! Best regards, Ilonka
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conditional Wrapper + Checkbox not working’ is closed to new replies.