Emailing a custom URL to a personalised form

I have a workflow where a project is created and then an email is sent to customer.

Within that email I would like to add a ‘click on this link’ to a form hosted on bubble. That form will show the project title a list of dropdown boxes.

How can I create a dynamic link with form that connects to the right project?

Hello

You can build the link with :

Website urlpage_name?projectUniqueId

(Nothing between the website url operator and the name of the page where the form is

The page datatype will be the project datatype

2 Likes

Hey @emma.myndr :wave:

Good question. This is a common thing that we need to do for sure. Here is one idea:

In your url you can create parameters and then access them from your page in Bubble. For example: https://www.yourdomain. com?customer=abc123&parameter2=abc

Note: I added a space in .com for display purposes.

Does this make sense? :blush:

@Sarah_Esteve beat me to it as I was typing. :man_facepalming:

1 Like