When creating an input post form, having a module that pre-specifies and stores certain categories of items has several uses.
An example of code is taxonomy, the slug "youtube-video".
And there are several items in the above taxonomy.
Also, you need a code that is saved together when saving by selecting one of these in advance in the input form.
You can use the slug "general-health-video" as an example of an item.
In this case, it would be better to not show the pre-selection to the user.
I've read some explanations, but I don't understand it well, so I'd like you to make a code.
Hello. Thank you for contacting the Toolset support.
As I understand - you have created a post form to create new post and with whatever new posts are created using this Toolset post form you want to attach a taxonomy term to that newly created posts. Is that correct? If yes:
Can you please share screenshot of what post form you created and what taxonomy term you want to assign automatically when user create new posts.
The current screen is a multi select, but if only one of the items is selected in advance, the multi select screen will not be visible.
Currently, it is a method that notifies the user of the category to be selected by a message in advance.
Do you mean that when you display the taxonomy field with your form it does not display the checkboxes?
Can you please share problem URL and admin access details and detail steps that should help me to see the issue.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Sorry - you do not want to display the product_cat field with the form and you just want to preselect the term in product_cat field and hide it - so the code I shared is doing the same thing.
Can you please explain me what exactly you want to do?