wordpress - rich reviews plugin not working properly -


i using rich review plugin create rating system.what want rate different categories of single product looks,hair , teeth of person example,what did created form in rich review , want use code snippet [rich_reviews_form category="person"] in single page,it enables me use code snippet , displays 3 different forms,the problem can supply input through 1 form,even if change category of forms different name,i can supply input 1 of form?

this requires patch plugin author, both js handles form elements, , $_post submission of form data.

essentially patch allows have independent forms on same page using shortcode parameter unique key. instance 2 forms on same page might this.

[rich_reviews_form category="something" unique_key="one"] [rich_reviews_form category="something_else" unique_key="two"] 

see this thread


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -