I have a form that redirects respondents to different URLs based on their answers—over 80 possible URLs. I also created a Gmail email template via Zapier that includes a button for respondents to return to the original URL.
How can I capture the redirect URL and dynamically insert it into the email? Would using a tag like {{redirecturl}} with a hidden field work? Any guidance would be appreciated.
Thank you!
Page 1 / 1
Hi @jyeps Wow! Talk about a setup! @john.desborough might have some suggestions using variables for this!
@jyeps - just to clarify, are you using Typeform’s native redirect upon completion to send people to the ‘redirect url’ you are describing, OR are you wanting to pass link in notification?? or something else..
here’s how i have done something similar sounding, in the past:
here’s two variables pointing to different urls
three questions and a simple ending
followups set like:
triggers are set like this, respectively for both links
and the email with the link.
and the email that comes out - here’s the sample to me..
one thing you CANNOT do is use the native redirect feature of typeform and include something like this: v_link=https://linkname….
won’t let you include a link within the redirect url
des
Hey @john.desborough thank you for the reply!
So I am not using typeforms native responder, i’m trying to use Zapier with Gmail because the email notification that is being sent out to the customer is composed in html (I’m not sure if typeform’s native responder can do that)
Where the {{redirecturl}} is the URL link we want on the button.
Trying to make it so that the redirect link in the typeform the user is sent to is also included in the response email so that the customer can refer to this email and go back to the URL they were redirected to instead of having to go through the form again.