This is the export of the code
FORM:
[checkbox show-group “Show group”]
[group group-1 clear_on_hide]
Fill out these fields, then uncheck the checkbox, and check it again. Now everything should be cleared.<br>
text field: [text text-1]
dropdown: [select menu-1 “– please select –” “option 1” “option 2”]
[/group]
<br>
[submit “Send”]
CONDITIONAL FIELDS:
show [group-1] if [show-group] equals “Show group”