We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d249 commit 164d5b9Copy full SHA for 164d5b9
js/scripts.js.php
@@ -1084,6 +1084,9 @@ function plugin_formcreator_changeQuestionType(rand) {
1084
return;
1085
}
1086
1087
+ $('#plugin_formcreator_subtype_label').html(response.label);
1088
+ $('#plugin_formcreator_subtype_value').html(response.field);
1089
+
1090
$('.plugin_formcreator_required').toggle(response.may_be_required);
1091
$('.plugin_formcreator_mayBeEmpty').toggle(response.may_be_empty);
1092
plugin_formcreator_updateQuestionSpecific(response.additions);
0 commit comments