How do I link a Database request to Member Pages?

I have created a database for service requests. And, now, I am trying to link each service request to the corresponding Member Page, so when a client logs in my website, they can see past, present, and future services that have been requested.

After many tries, I can’t find a way to do this. The only one that seems possible, but yet I can’t execute it, is creating an input, in which the client fills their service ID, and then when he clicks on the submit button, is redirected to the link of the dynamic page, which is defined as www.xxxxxxxx .com/(serviceID)

Can anyone help me, please?

Hi Davide,

There is currently no database collection with bookings that contains the services your members have booked.

You could do this but you will have to create your own custom database and add the services each member has booked to it.

Hope this helps!

Dara | Corvid Team

Thank you for your quick answer Dara!

Yes, I have already created my own custom database for booking. Now i am trying to connect each entry to each member profile page. What is the best way of doing this?