FIXED single quotes in a select_single field

prettem

Member
hello,

this is the source entry of an select_single field:
1688740988807.png

if I want to select this entry in a form, I got the error on saving: Dropdown validation error: attempt to insert a value that is not one of the available options

without the single quotes is no problem to save

How its possible to save to select the entry with these single quotes, I need the quotes because of I send it in the next step via email

best regards and thank you very much
Manuel


About/upgrade​

DaDaBIK™ is a product conceived and developed by Eugenio Tacchini
Copyright © 2001-2023 Eugenio Tacchini
Proudly ❤️ made in Emilia
dadabik.com

Your current DaDaBIK version​

You are using DaDaBIK version 11.9-Elba enterprise, installed on 28.03.2023 (installation code: 1865663e582dad9f52), the latest version of DaDaBIK is 11.9-Elba released on 23.03.2023

You are running the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enterprise to Platinum) please contact us.

System info​

PHP Version: 8.1.20

mysql version: 10.6.12-MariaDB-0ubuntu0.22.04.1

Web server: Apache

Client: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0
 

eugenio

Administrator
Staff member
Hello,
you are right, this seems a bug, thanks for having reported it.

I guess you set the options as hard-coded options in form configurator, right? A possible workaround is using a lookup table instead, if you have the options in the lookup table, quotes don't trigger this issue. Can you confirm?

Best,
 
Top