Custom Post Type, Saving Multiple Checkboxes
You will need to save them as an array and currently your HTML is not in the correct format to do this. <label for=”my-cpt-32″> <input type=”checkbox” name=”cpt_ids[]” value=”32″ id=”my-cpt-32″ /> My CPT #32 </label> <label for=”my-cpt-41″> <input type=”checkbox” name=”cpt_ids[]” value=”41″ id=”my-cpt-41″ /> My CPT #41 </label> <label for=”my-cpt-43″> <input type=”checkbox” name=”cpt_ids[]” value=”42″ id=”my-cpt-43″ /> My … Read more