public function validate_field( $value, $element, $submission ) {
        $settings = $this->get_settings( $element );
        $choices  = $this->get_choices_for_field( $element );

        $value = trim( (string) $value );