The data is not read from the table and transferred to the Radios Group field... Error saving... I am now downgrading to 8.0.28 - why did this have to be changed now?
Forums
CF8 - 8.0.30 Radios Group Error
You are using Read Data to read the field info but it's not read from the database ? or it's read but the value is not set to the field ?
On page 2 I have 4 radio group fields... 3 were read correctly from the DB and the values were also set. 1 was not, but the DB definitely had the correct value. In the debug only "" was visible. There are also no indications that the fields are required. Now, with 8.0.28, it works as it should
Why that field is not read ? anything special about it ?
I fixed the required issue in a patch
ok, but if the Read Data did not return the value then it will not be set, why it did not return this field ?
Try a Read Data in a new form and read that record, does it also return the same value ?
And why are there double quotes ? if the value is empty then it should be empty there
i change "SELECT Fields" teilname_abfrage to teilname_abfrage=teilnahme
and Field Name to teilnahme
that works
then maybe you had some other code in the form overwriting the value ?
no problem!