Dynamic URL based on CMS fields

Hi!

I built a certificate page for my course, and I would like to create a dynamic URL for a button so that students can add their certificate to their LinkedIn profile.

Basically, I would need to construct a URL based on several fields in the CMS.

Here’s an example

https://website.com?name=CMS_Name&certificate_id=CMS_Certificate_ID

Is there a way to do this, preferably without an embed code, as I’m using Relume Components.

If you want your certs in the CMS ( they’ll be public ), then you can just use the CMS paths directly e.g. /cert/294y239 depending on how you setup the slugs.

If there’s a reason you really want to use a querystring, you can use Webflow’s wildcard redirects to support that.