Is it possible to generate a unique page (for form submission to a unique thing) based on the unique ID of a thing?

Hi all,

In our scenario, let’s say an employer posts a new ‘job’. This job needs to receive candidates.

What I’d like to achieve, is generate a unique URL with form, with the form tied to the candidate submissions of that specific job. The unique url can be randomly generated, or we use the job thing unique ID?

Can we achieve this with a token for security purposes? We’d like to generate the URL as an output - so we can then push this via API / Email to third party users.

Any ideas?

Matt

Do the Bubble tutorial lessons. This is core Bubble functionality.

Thanks Keith, I did these quite a while ago so didn’t realise this was one of them - but will revisit now.