• Hi,

    I’m trying to allow users to update their front-end profiles with their professions. Of course, I can’t predict every profession out there, but i still want to be able to organise things later on.

    To that end I’ve created a custom taxonomy ‘professions’, and added a tag-style field to ‘user’. It works, people can search, select and add professions from that field. Yay.

    I’m trying to get PodsGF to populate a user profile form with the data. I’m trying with the advanced post creation ‘tag’ field, hoping that there’s some fancy js attached to that will help with the tag effect. This works ok-ish with the dropdown, listview and radio/checkbox variants. The correct terms are displayed.

    NOT with the single line field that i’ll need for the tagging and autocompletion. There it only displays: array – leading me to believe that the terms array is not getting properly imploded into a comma separated string that the tagger js can then have its way with.

    Any ideas?

  • The topic ‘trying to get GF to display tag-taxonomy’ is closed to new replies.