Site Structure, Listing and Additional Details

Hi Everyone,

I am listing job opportunities as outlined below

When the user clicks ‘more’ they are taken to a new page where there are additional details related to that specific job.

I have just started putting together the page that will display the additional info but I am unsure of how this is best structured. Where do I pull the data from?

How do I tell bubble that this additional details page is specific to this particular job?

You have a couple options:

  1. If the page of additional details relates directly to a thing in the database, you can set the Type of Content to the type of thing.

16%20AM

Then, use the Go To Page Action on your More button, and point to the additional details page, which will ask you for Data to Send, which you will set to the chosen item on the original page.

08%20AM

  1. If #1 doesn’t fit for your use case, you can set Additional parameters to be sent to a page:

14%20AM

and pull the values for those parameters from the url:

53%20AM

1 Like

You are so helpful, thank you. I really appreciate you taking the time to help me. SOLVED!

1 Like