Multiple reviews per post (category)
-
Hi! I`d like to have two independent review form for every post ([1] is it possible?).
To do so I created this code below and inserted it through widget area (<a href=”https://www.ads-software.com/plugins/add-widget-after-content/” rel=”noopener” target=”_blank”>Add Widget After Content</a>):
<hr class="wp-block-separator"/> <p class="has-text-color has-regular-font-size" style="color:#e5a800">Below you can see what our users think about the difficulty of this movie and the quality of its word set.</p> <div class="wp-block-columns"> <div class="wp-block-column"> <p>How is it difficult to get this movie on English? (higher is harder)</p> [site_reviews_summary assigned_to="post_id" category="743" hide="rating,bars" schema="true"] <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> [site_reviews_form assign_to="post_id" category="743" hide="content,name,email,terms,title"] </div> <div class="wp-block-column"> <p>A rating of the quality of this word set (higher is more accurate):</p> [site_reviews_summary assigned_to="post_id" category="742" hide="rating,bars" schema="false"] <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> [site_reviews_form assign_to="post_id" category="742" hide="content,name,email,terms,title"] </div></div>
Everything looks good, but an user can not submit reviews for both forms. Only one form is submitted, when an user fill both forms. If one form is submitted, another isn`t accessible, because “You have already submitted a review.”.
I supposed [1] question can be resolved due to categories (I created and used one for each form), but it didn`t work out. [2] What can be a reason?
p.s.
I dont think it is Widget Area issue, because the straight insert to a post doesn
t help.The page I need help with: [log in to see the link]
- The topic ‘Multiple reviews per post (category)’ is closed to new replies.