October CMS create a multi select Form field
问题 I need to create a multi select form field in October Cms backend form (fields.yaml). I applied the following method select_field: label: Sample type: dropdown attributes: {multiple:'multiple'} Options to this field will be invoked from the model Everything is working good but when i submit the form only the first selected option is being inserted as JSON data in the database table text field. I want every selected option to be stored. I have also declared the field as Jsonable in model ie.,