Hi @RachelD Welcome to the community! We haven’t had a feature that would create multiple URLs for the same Typeform, but did they by chance add a hidden field to the form and populate that accordingly?
@RachelD to extend what @Liz mentioned, you could turn on the UTM tracking in the Typeform, it is a toggle switch and publish the form. the shareable link has the following added to the ‘generic’ link to the typeform:
?utm_source=xxxxx&utm_campaign=xxxxx
what you would need to do is to append this string to the link in the source points and replace the xxxxx strings with the appropriate text ie utm_source=emailA or utm_source=emailB …
(i ignored the campaign there but you should get the idea)
That is a simple way to have multiple sources pointing at the same typeform.
the utm_source variable is submitted to the results when the user completes the form.
if you are doing the same to a surveymonkey form or a landing page, you can do the same utm_source .. not really that difficult from a typeform perspective.
just a thought
des