I have a unique use case where I am attempting to collect user rating data *per product* and display it attached to said product.
I also wish to design a separate type of form for "blog/posts" pages. The idea is to allow ratings on product pages, but not on post pages.
Is it possible to use a shortcode of some kind to show the comments section on said page, per form? I use Elementor (Shortcode widget), and I've used WooLentor to override the default product shop page (and product page) with custom templates I've designed.
I'm familiar with coding and use Code Snippets, so any solution that exists I'd be willing to try.
Thanks for the assistance, this plugin seems perfect for our use case 🙂
Partially solved this, discovered that each form will only apply to the specific place intended. Since I took over the Product page using WooLentor and Elementor, I will still need to figure out how to obtain the product's total rating from the product page. (Used a shortcode script found elsewhere on these forums).
jQuery(document).on("click","#create_post",function(){
jQuery(".wpd-form.wpd-form-wrapper.wpd-main-form-wrapper").fadeIn();
}
My comment form not showing when i click on button