Are you trying to assign reviews to your chatbots?
The assigned_posts option only works with posts that have a Post ID and permalink. If you need to assign reviews to something more intangible then you will need to use the assigned_terms option instead to assign the review to categories. This means that you would first need to create the categories before they can be assigned to reviews.
If you want to automatically generate categories based on the chatbot name in the URL query, then you will be able to do this after the next plugin update with the following code snippet: https://pastebin.com/7uQKgVR6
HOWEVER, do this with caution! I don’t recommend it simply because it opens up your website to abuse. Unless you modify the code to restrict the chatbot names that are allowed then anyone could add random chatbot names to the URL in order to spam you with tons of new categories.
Wow that’s a really fast reply and solution. Thanks a lot!
Forgot to mention, with that snippet enabled you would then use chatbot_id as the assigned_terms value like this:
[site_reviews_form assigned_terms="chatbot_id"]Or this:

Yes – got that. When do you think you will push the update? Best regards!
