| @@ -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 | /** |