How to develop a review site that captures reviewer identity and purchase verification? Answered

Hey guys!

My name is Bowie, I'm a trading content creator and I'm currently developing a significant project in the trading industry that is expected to attract substantial traffic, thanks in part to the involvement of some prominent figures.

Basically we wanna build a scalable review site for all companies in the trading space using memberstack/wefblow/make, using the inspiration from Julians loom (https://www.loom.com/share/f3f3ea1939de498a8f6b5b9ca17b4d23?t=1200)

However, while this template serves as a great point to start, there are a few crucial things missing here that I can't seem to figure out:

  • How do I input the memberstack member name in the review CMS list, because I don't want it to be an anonymous review site
  • I want reviewers to submit a file upload (a screenshot of them actually buying a product from a company) so we are able to review each review image before turning it from draft to live CMS on the site
  • Lastly, I'm trying to figure out how I'm able to display the total amount of reviews on the homepage, I think it's crucial to see that for every company and not just the average rating

Having someone to personally help me out on this project would be lifechanging for me, as I'm trying to figure this out for the last week. I'm willing to pay anyone here to assist me in this project

Thanks in advance, and keep building! I love memberstack!

Comments

9 comments

  • Comment author
    A J

    Hey Bo Van Meervenne, I will try to answer your questions briefly, let me know if it helps.

    1. An easier way to do this is, if you check the loom video you shared at 15:38, Julian shows a hidden input field which has the member ID, you can just clone it and change the value from 'id' to the field id of your name field in Memberstack say for e.g. 'name'. This should ideally push the name to the make workflow which adds the review to the CMS, from there you can push this value to the Reviews collection in Webflow and in the front-end you can just add a text field in the collection item and link it to the name field from Review table.
    2. This script should be a good resource to add on the file upload use-case - https://www.memberstack.com/scripts/file-upload-field
    3. And to get total reviews, you might need to modify the Add reviews workflow, In the module 'Table aggregator', when you select rating, you also have to select advanced settings and input 'Total number of bundles' from the previous module (as highlighted in the screenshot), once you do that along with the ratings data, you will receive the total number of reviews as the 'Key' value (#2nd screenshot), which you can then pass on to the Company collection in a total reviews field.

    *ignore the text value in the #2 screenshot as it is a dummy value, for you it will have the rating

    Let me know if this helps. Feel free to DM in case you need more extensive assistance in this project.

    0
  • Comment author
    Bo Van Meervenne

    Thankyou so much, I just wanted to make sure that all of this is possible, and I'm pretty sure it is now thanks to your help!
    I'm gonna start the project now and whenever I'm stuck I'll send you a DM! Much much appreciated AJ!

    0
  • Comment author
    A J

    Sure, welcome 😇

    0
  • Comment author
    Boggan null

    Hi guys! I'm developing a web app for a web app where users a) professionals bid for their services b) users hire them.

    I would love to be able to add reviews ratings to a profile section where users can give their opinion about the service offered by those professionals.

    we have any components?

    0
  • Comment author
    A J

    Hey Boggan null, you can probably check this template out for rating feature and clone & customize it as per your use-case. Hope this helps.

    0
  • Comment author
    Boggan null

    Hi mate how are you?

    I like to put the review form on the post job of esch profesional service, its the same steps like a company rigth?

    (Im looking de tutorial)

    0
  • Comment author
    A J

    Yes if they have the same cms setup as shown for companies in the tutorial, it should work.

    0
  • Comment author
    Boggan null

    The only thing I see there is the code for the Body section in the page setup.
    And then all the webhook with the form to CMS
    How are the rating stars generated?

    0
  • Comment author
    A J

    You can check the tutorial from 15:55 to setup the rating stars logic via automation and on site.

    0

Please sign in to leave a comment.