Here’s what I’m trying to do:
I'm looking to create a seamless workflow where users can submit a form on my website, capturing their name, email, and any relevant UTM parameters.
This data will then be used to automatically add or update subscribers in my ConvertKit account. Additionally, I want this process to be automated without the need for custom server-side coding, utilizing tools like Zapier to connect my website's form submissions directly with ConvertKit and potentially log this information in Google Sheets for further analysis.
ConvertKit doesn’t allow hidden fields. I have a js script that stores the UTM Parameters in the browser. I assume I will need some kind of Webhook to post the UTMs to ConvertKit?
Hope this is clear!
TIA