• I’ve created a form that submits to create a “property” post type. The form submits successfully and the post is created. I’m trying to add a single line text field to be able to add a term to the custom taxonomy “zip code”, but in the select where it says “select a taxonomy”, there are no taxonomies listed. I’ve made sure that I have property posts published and that the posts are using the custom taxonomies.

    The zip code taxonomy *is not* hierarchical and all of the taxonomies for the property post type are displaying if I use drop downs, checkboxes etc.

    The custom post type and taxonomies are created by Magic Fields– I’m not sure if that makes a difference or not.

    Please help!

    Thanks

Viewing 1 replies (of 1 total)
  • Hmmm, it might have something to do with the way Magic Fields creates the taxonomies. The arguments for loading that dropdown is for “Save to taxonomy” are:

    $args=array(
    ‘public’ => true,
    ‘_builtin’ => false
    );

    So perhaps the taxonomy is not public?

Viewing 1 replies (of 1 total)
  • The topic ‘Gravity Forms Custom Post Types Single Line Text Taxonomy Doesn't Populate’ is closed to new replies.