Found under Settings → Email Redirect in the Email section.Documentation Index
Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt
Use this file to discover all available pages before exploring further.
What is the Email Redirect?
When a subscriber’s email client doesn’t support AMP or Apple Mail interactivity, they see a fallback version of the form with a button that links to a web page where they can complete the form. By default, this links to the Kinetic-hosted webform (/forms/{formId}). You can change this to your own website URL if you have the embed script installed.
Custom Redirect URL
You can point this at any page on your store — even one that doesn’t have a form embed on it. The redirect itself will work regardless. To keep user identification, tracking, and Klaviyo sync intact when the subscriber lands on the redirect page, make sure the Global Kinetic script is present in your Shopify theme’stheme.liquid. With the global script in place, Kinetic can recognise the subscriber from the redirect URL parameters and continue the session seamlessly.
See Website Embed for how to install the global script.
How It Works
- Subscriber opens email in an unsupported client (e.g., Outlook)
- They see a static preview of the first question
- Clicking the button opens your redirect URL with
?kf_form={formId}appended - The embed script detects this parameter
- If the subscriber was identified via email, their email is pre-filled
