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?
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¶meter2=abc
Note: I added a space in .com for display purposes.