We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0100715 commit 7df2f7aCopy full SHA for 7df2f7a
1 file changed
inc/field/radiosfield.class.php
@@ -121,15 +121,6 @@ public function prepareQuestionInputForSave($input) {
121
$input['values'] = $this->trimValue($input['values']);
122
$input['default_values'] = trim($input['default_values']);
123
124
- if (!$this->isValidValue($input['default_values'])) {
125
- Session::addMessageAfterRedirect(
126
- __('The default value is invalid:', 'formcreator') . ' ' . $input['name'],
127
- false,
128
- ERROR
129
- );
130
- return [];
131
- }
132
-
133
return $input;
134
}
135
0 commit comments