[Plugin: Gravity Forms Custom Post Types] Last Six Taxonomies Don't Populate
-
I will do my best to explain this correctly. We have a group of checkboxes that populate with a custom taxonomy. There are currently sixty seven different tags that can be checked. When the form loads all the possible tags are available to be checked.
When you submit the form no matter which boxes you check the last six possible tags (the last six on the form) do not save to the new post. So, if I check the any of the last six boxes they are saved in the form data in gravity forms, but do not save into the post.
After looking at the outputted code it seems like when the ids are created for each checkbox they skip all the tens. For example, ids might be choice_12_9, choice_12_11, choice_12_3, etc., but never include anything that ends with a zero.
Since we have 67 it makes sense that a loop would miss those last six. I could be way off, but hopefully someone knows how to handle this problem or has seen it before.
Thanks.
- The topic ‘[Plugin: Gravity Forms Custom Post Types] Last Six Taxonomies Don't Populate’ is closed to new replies.