Hi everyone,
I have a form connected to SP1 in which I can select a "Language(s) required" field which values come from SP2, saving the value(s) in SP1.DestinationLanguage single line text column.
One of the possible values is "Other", which if I select makes visible another field called "Other language".
"Other language" is a text field which is connected to SP1.DestinationLanguage.
What I would like to do is to be able to select "Other" and other languages in "Language(s) required", and that it saves to SP1.DestinationLanguage whatever languages are selected in "Language(s) required" (except "Other" value) and whatever the user introduced in "Other language" field, separated by comma ",".

Thanks