diff --git a/cara/apps/calculator/static/js/form.js b/cara/apps/calculator/static/js/form.js
index 0f5ac5f3..6e49ba9d 100644
--- a/cara/apps/calculator/static/js/form.js
+++ b/cara/apps/calculator/static/js/form.js
@@ -242,10 +242,9 @@ function on_ventilation_type_change() {
} else {
getChildElement($(this)).hide();
unrequire_fields(this);
- // Clear the inputs for this newly hidden child element.
+
+ // Clear inputs for this newly hidden child element.
getChildElement($(this)).find('input').not('input[type=radio]').val('');
- getChildElement($(this)).find('input[type=radio]').prop("checked", false);
- getChildElement($(this)).find('input').prop("required", false);
}
});
}
diff --git a/cara/apps/calculator/templates/calculator.form.html.j2 b/cara/apps/calculator/templates/calculator.form.html.j2
index 7a319511..bf63a833 100644
--- a/cara/apps/calculator/templates/calculator.form.html.j2
+++ b/cara/apps/calculator/templates/calculator.form.html.j2
@@ -86,12 +86,12 @@
Width of window:
Opening distance:
- Windows open:
-
+ Windows open:
+
-
- /
-
+
+ /
+