Hello
I have tab containing a single group field which contains...
- Code Radio Buttons field (1 or 2 options depending on other field out of the group field)
- 2 Query Drop Down (Single Select) fields
- 1 Text fields
- 1 Text area field
The problem shows with one of the 2 Query Drop Down fields. The Code Radio Buttons field and text fields work fine. So let' make it screenshots...
First screenshot. We select from the Code Radio Buttons field in order to proceed with the corresponding fields.
Second screenshot. First selection in the Code Radio Buttons field. Everything is working fine and the values are stored in the database correctly.
The row in the database is absolutely correct:
Code:
[{"cb_onboard_or_not_company_offer_code_field":"On Board","cb_company_activities_company_offer_ob":"Deck Crew","cb_number_of_positions":"3","cb_offered_job_more":"Lorem ipsum..."}]
Third screenshot. Second selection in the Code Radio Buttons field.
All the values are saved in database but not the "Financial / Accounting". The row in the database is...
Code:
[{"cb_onboard_or_not_company_offer_code_field":"Office","cb_company_activities_company_offer_office":null,"cb_number_of_positions":"2","cb_offered_job_more":"Lorem ipsum door sit amet..."}]
The "cb_company_activities_company_offer_office": is always null in the row.
I am trying to understand what is wrong for 3 days. The dropdown values show correctly and you can select. Why isn't it stored in the row?
Please advise...
Thank you.