Tracking Source URL in Form

Hi all,

I’m hoping someone can help. I need to capture the site URL from which a user arrived on my site when they submit a form. Is this possible?

Thanks,

Niall

Hi @Niall_Mc_Dermott

@Finsweet made this hack - Dynamically submit page url through a Webflow web form submission.

I hope this is relevant to your question. :slight_smile:

1 Like

Thanks Rohan. I had a look but it submits the URL of the page the user is on rather than the site that the user is coming from. I need for the form data to include the source website.

You need to capture the document.referrer property.

Thanks. I’m not a coder so don’t know what to do with this. Any help would be appreciated.

Did you ever find a solution for this?