I want to make a link to the table booking reservation form, from a specific (all) restaurants in the list with locations. so the end user can lookup a restaurant in the frontend and can book a table direct to that restaurant. anybody any idea how to do this? the standard link to the booking form is /reservation
table booking reservation link
3 years later
I know this post is old, but for someone who might encounter this problem in the future. You would need to add page_url('reservation/reservation', ['location' => $location->permalink_slug])