Session URL for unique quotes

Hello!

New to Plasmic here.

We’re building a SaaS Plan Builder page where users choose a plan, add/remove modules/plugins. The page updates final prices as users apply changes.

As a feature, we’d like to store the quote details into a URL that the user can copy and share with another person.

This is an example of what we’re looking for from Ford.com:
https://shop.ford.ca/configure/broncosport/config/paint/Config[|Ford|Bronco%20Sport|2024|1|1.|.R9B..PB3...67G.53B.FIMAE.BBD.]. In this example, you can build the car you need and save the URL for future reference, or share it with another person. When you browse the URL later or in another browser, the previously built quote remains.

Any ideas of how we can achieve this?

Thank you!

Hi @roberto_galvez, welcome.

Using data in the URL is possible in Plasmic. Check out these docs: Dynamic pages and paths | Learn Plasmic

Depending on the complexity of the URL, you may also need to use some JavaScript to extract the data properly.