Autofill form fields based on button click
Hi everyone,
I have a use case I was wondering if anyone has ever tried before. We have some recurring webinars we run weekly. We have a page up with the descriptions of the 6 webinars, and buttons to go sign up for each. Rather than creating 6 different signup pages with 6 different forms, I was wondering if I could dynamically check the box for the right webinar on the form. ie if I click through the button to sign up for "Introduction to the Product" when I get to the next page the checkbox for "Introduction to the Product" will already be checked. They will then just need to fill out the rest of their information. I was thinking maybe I could do this with a hidden utm passing through the url? Any better ways to do this?
Thanks in advance! 😊