review
Page for adding or editing a review
Review Page Overview
This is a page for adding and editing a Review. This page is only accessible to the review's creator. When creating a new Review, this page will utilize an item parameter. When modifying an existing Review, this page will use a review parameter. The user will be bounced to the index page if both these parameters are empty.
Key Workflows
Button Submit Review is clicked
Creates a new
Reviewif you are not modifying an existing one (there will be areviewparameter in url if you are editing)Triggers the
save_reviewworkflow
Button Delete Review is clicked
Deletes the
Reviewfrom the databaseUpdates that review’s
Item’sOverall rating/Review count/Last review datefields
save_review [Custom workflow]
Modifies or adds the
Review’sTitle/Text/Star ratingUpdates that review’s
Item’sOverall rating/Review count/Last review date/Reviewsfields
Key Elements
Group Item Anchor
This group determines what
Itemwe link to theReviewand whichItemto update if the review is created/modified/deletedPulls from the
itemparameter if available, and from the review’sItemif not available
Last updated
Was this helpful?