So, I’m trying to figure out if there’s a way to solve this:
I have a custom post type, Recipes, with the taxonomy Ingredients. Ingredients have a field group with sets of ACF Fields, like Calories, Protein aso.
I want to be able to add a new Ingredient directly from my Recipe and at the same time set values to the field linked to that Ingredient. I know I can create a new Ingredient with the “Create Terms” option, but is there a way I could load the fields associated with that temp at the same time? And set and save values to them?
Would love that too. Did you ever find a way?