Is there an option to use custom taxonomies in multiple forms?
I found solutions for changing the tag-field to custom taxonomies. But they work only for one form i think?!
Is there an option to use custom taxonomies in multiple forms?
I found solutions for changing the tag-field to custom taxonomies. But they work only for one form i think?!
Without seeing your code it is hard to tell how you have it configured.
You can target a specific form by appending the form id to the filter.
So for example, this filter would target just form id 10:
add_filter("gform_post_data_10", "change_post_data", 10, 2);
Is this how your gform_post_data call looks?
If your code is targeting a specific form OR targeting specific field ids then you would have to update your code for each form so that it works on each as field and form ids are unique.
I saw this code: http://code.hyperspatial.com/all-code/wordpress-code/gravity-forms-taxonomy-fix/comment-page-1/
But at the moment i could not test it.
Can you change the code for the use with multiple forms?
I can't change the code myself. This is a customization so you would have to know PHP and WordPress development to implement. I can refer you to a WordPress consultant who could assist you with this if you would like.