Hi guys,
Is possible to deselect an item in an another form Checkbox/MultiSelect field using a separate stateless form?
I have 2 forms:
Form_1 is a stateless form with 2 fields (record_ID, Name) and a Submit button.
Form_2 is an database form with 2 fields (record_ID, Multi_Select_names). For all new records in this form the multi select have this options selected by default : Tom, Steve, John, Marc.
In form 1 I want to be able to enter into the field ”Name” that is single line type the text ”Steve” and the record_ID coresponding to a record from form_2 and when I press the Submit button the option ”Steve” to be deselected in Multi_Select_names field from form_2 for that record.
Sorry if the explanation is not easy. I hope you guys will understand. Many thanks in advance!