PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.23
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.23
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/fields/FrmFieldCheckbox.php +9 -0 6.3.26.23 View file →
@@ -36,8 +36,17 @@
36 36 return $this->include_front_form_file();
37 37 }
38 38
39 39 /**
40 + * @return bool[]
41 + */
42 + protected function field_settings_for_type() {
43 + return array(
44 + 'invalid' => true,
45 + );
46 + }
47 +
48 + /**
40 49 * @return string[]
41 50 */
42 51 protected function new_field_settings() {
43 52 return array(