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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -