Rating Form per Category with One Submit Button
-
Hello, I would like to have rating form per category with a single submit button for all the form. What is the best approach for this.
My current setup looks like this
<?php echo do_shortcode('[site_reviews_form assign_to="post_id" category="quality service sustainability" hide="content,email,name,terms,title" schema="true" ]')?> <?php echo do_shortcode('[site_reviews_form assign_to="post_id" category="service" hide="content,email,name,terms,title" schema="true" ]')?> <?php echo do_shortcode('[site_reviews_form assign_to="post_id" category="sustainability" hide="content,email,name,terms,title" schema="true" ]')?>
This is what i would like to achieve
https://ibb.co/p17yGpJThank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Rating Form per Category with One Submit Button’ is closed to new replies.