Generate Pages+urls from database?

Hi all,

I’m trying to create a jobboard from data collected in de bubble database.
Is it possible to create webpages plus a readable url from the stored data? Without having to create separate pages. These job postings also have to be public available without log-in.

Thanks,

Nick

Hi @nick8,

You can achieve this by creating a dynamic page. Set the content-type of a single page (let’s call it “post”) to your Job Post data type.

Whenever you navigate to this page with the Go to Page action, you can send data to it by referencing a single post in your database.

Elements on the page can then reference “current page’s Post’s [field]”

By default, the url will be something like yourapp.com/post/12345x6789

The number is the unique id that Bubble generates for every record in the database. You can slightly alter this by going back to the page settings and setting a “field for readable url” which would be a text field in the Job Post data type. This will change the url to be something like yourapp.com/post/engineer-12345x6789

I recommend going through the lesson on Sending Data to Pages here: https://bubble.io/lessons


Gaby at Coaching No Code Apps (formerly Coaching Bubble)

Courses & Products, Tutorials, Private Coaching, and High-level Development

Start Learning Today :mortar_board:

2 Likes