Tagged Questions
0
votes
2answers
427 views
Custom Post Type, Saving Multiple Checkboxes
For a custom post type, I'm pulling in a list of another custom post types that I need to select for saving ...
<input type="checkbox" name="32"> My CPT <br>
<input type="checkbox" ...