Hi! I’m building a marketplace and I would like to open the possibility to review a merchant. I see there’s a field called rating, but is there any way to “request” users to leave a review? Where would the info relative to ratings typically come from?
Hi @EsteveMata. Create a button on your list item that opens a modal with a form in it. Collect review, ratings, and hidden field data with it on an additional ‘reviews’ table in your datasource that links to your items table.
Thank you @Ben! Is it possible to add that button on the item details page? When I add a button there selecting the CTA block, there’s no way I can change the way it’s opened to modal. It also doesn’t retrieve the recordId (which I use to identify which item is the review left for) because it’s in a different page.