Support

Account

Home Forums Backend Issues (wp-admin) Multiple Select value not saved Reply To: Multiple Select value not saved

  • I found the solution, I just had to add a little ‘[]’ at the end of my select name

    
    <select name='<?php echo $field[‘name’] ?>[]’ id=”select_list_formateur” class=”chosen-select” multiple=”multiple”>