PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 2.12.7
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v2.12.7
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
← All changes | inc/fields/base.php +1 -1 2.10.12.12.7 View file →
@@ -440,9 +440,9 @@
440 440 * @return void
441 441 */
442 442 protected function set_input_label( $value ) {
443 443 $this->input_label_fallback = $this->label ? $this->label : $value;
444 - $this->input_label = '-lbl-' . Helper::encrypt( $this->input_label_fallback );
444 + $this->input_label = '-lbl-' . Helper::encode( $this->input_label_fallback );
445 445 $this->set_field_name( $this->input_label );
446 446 }
447 447
448 448 /**