• I am not sure what is the right repo now that there is a new company for maintenance.

    On scbMultipleChoiceField Forms.php on scb-framework the validate method will remove all the checks (except one) if there are multiple checkboxes checked.

Viewing 1 replies (of 1 total)
  • Thread Starter Daniele Scasciafratte

    (@mte90)

    Also I see an error (Array to string conversion) with that change in the Forms.php file about:

    else if ( && ! isset( $args['numeric'] ) || ! $args['numeric'] ) {
    				$choices = array_combine( $choices, $choices );
    			}

    I removed that code but honestly I don’t understand that code.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple checkbox are not saved’ is closed to new replies.