Hi @Mike John!
I've this problem in version 1.3.0:
UPDATE `form_fields` form_fields SET `field_options`='["","VENDO","COMPRO"]',`field_toggles_on`='',`field_toggles_off`='',`field_toggles[]`=NULL,`field_toggles`='{"0":[],"VENDO":[],"COMPRO":[],"SCAMBIO":[]}',`field_multiple`=false,`field_required`=true WHERE field_id=6
IPS\Db\Exception: Unknown column 'field_toggles[]' in 'field list' (1054)
#0 /home/xxx/public_html/forum/system/Db/Db.php(990): IPS\_Db->preparedQuery('UPDATE `form_fi...', Array)
#1 /home/xxx/public_html/forum/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('form_fields', Array, Array)
#2 /home/xxx/public_html/forum/system/Node/Model.php(2219): IPS\Patterns\_ActiveRecord->save()
#3 /home/xxx/public_html/forum/system/Node/Model.php(3002): IPS\Node\_Model->save()
#4 /home/xxx/public_html/forum/system/Node/Controller.php(413): IPS\Node\_Model->saveForm(Array)
#5 /home/xxx/public_html/forum/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
#6 /home/xxx/public_html/forum/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
#7 /home/xxx/public_html/forum/applications/form/modules/admin/form/forms.php(38): IPS\Node\_Controller->execute()
#8 /home/xxx/public_html/forum/system/Dispatcher/Dispatcher.php(146): IPS\form\modules\admin\form\_forms->execute()
#9 /home/xxx/public_html/forum/xxx/index.php(14): IPS\_Dispatcher->run()
#10 {main}
How I can fix it? I've only deleted one option from a select box...
Thanks
Fabio