Hello everybody,
I am using some jQuery code (Stuff->Script (JS)) on a "Simple Select" field to provide the select-input with some custom options (a list of server-sided folders which I get by calling a php script with ajax) and up to this point, everything works fine. However, when I try to submit the form, the value of the custom options does not get stored in the database. After some testing, I found out that only options that are predefined in the field's configuration can be stored into the database, but those that are added by my jQuery code can not (as already said). I also checked in my browser's developer tools that the option's value-attribute gets filled in correctly, so this can not be the mistake.
Can anyone help me with this problem?
Kind regards