|
|
@ -3032,7 +3032,9 @@ define([
|
|
|
|
anonOffContent, false, {
|
|
|
|
anonOffContent, false, {
|
|
|
|
input: { value: 0 },
|
|
|
|
input: { value: 0 },
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
Messages.form_answerChoice = "Please choose how you would like to answer this form: "; // XXX
|
|
|
|
var radioContainer = h('div.cp-form-required-radio', [
|
|
|
|
var radioContainer = h('div.cp-form-required-radio', [
|
|
|
|
|
|
|
|
Messages.form_answerChoice,
|
|
|
|
anonRadioOn,
|
|
|
|
anonRadioOn,
|
|
|
|
anonRadioOff,
|
|
|
|
anonRadioOff,
|
|
|
|
]);
|
|
|
|
]);
|
|
|
@ -3268,8 +3270,8 @@ define([
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return h('div.cp-form-send-container', [
|
|
|
|
return h('div.cp-form-send-container', [
|
|
|
|
invalid,
|
|
|
|
|
|
|
|
errors,
|
|
|
|
errors,
|
|
|
|
|
|
|
|
invalid,
|
|
|
|
h('div.cp-form-anon-answer', [
|
|
|
|
h('div.cp-form-anon-answer', [
|
|
|
|
radioContainer
|
|
|
|
radioContainer
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|