Ok, now it's work. I have another question can I display specific forms only for specific taxonomy? For example, I have the category Cars and I want to display the form only when the user chooses a car category, and if the user chooses the category boats to display the form for boats. I tried to use the "Appears on" section in Edit Post Field Group form and add conditions for Post Type and Taxonomy but is not working. The form is displayed even when I choose a category that doesn't match the condition.
Hello,
How do your user choose the "category Cars"? by clicking the link or choose option in taxonomy field?
If it is in the taxonomy field of post form, Toolset Forms plugin provides feature: Advanced Conditional Display for Form Sections
You can display different fields on user options, see our document:
https://toolset.com/documentation/programmer-reference/forms/cred-conditional-display-engine/
So you just need to setup one post form
The page for selecting ad categories was built according to your suggestions on this topic: https://toolset.com/forums/topic/taxonomy-list-in-page/#post-2385609
But now I know how to do this. Thank you for your help!