Review Platform without Login

Hey Everyone!

I’m working on a platform where one of the features is that the profile can receive reviews without the reviewer having to create an account and log in.

The way I thought was:

The profile owner sends the link with the Unique ID at the end to the person who will review, example bubble.com/reviewpage/(uniqueid)

Opening this link, the reviewer put the email to receive a verification code

When filling in the correct verification code, the Review popup opens (linking to the profile on the current page)

The problem is that I don’t know how to make the “backup field for URL” the Unique ID and use this link to open the correct profile to receive the review.

Should I create a dynamic page (where sending with the unique ID already identifies the profile) or is this something to be worked on in the workflow?

If you have any other suggestions on how I can do evaluations without needing to log in, I would be very grateful!

Thanks!

Yes to the first part. You can set the type of the review page to be profile and it will automatically pass the profile (by using unique id and page type) to the page.

1 Like