Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Lap

    (@lapzor)

    If you would have a field in MailChimp called “SOURCEURL” you can add it as a hidden field in the form builder, like this:

    <input type=”hidden” name=”SOURCEURL” value=”{current_url}”>

    Hope that helps!

    Kind regards,

    Thread Starter mealto

    (@mealto)

    I see that value=”{current_url}”> is the URL of the person signing up, that is great too, we will add this somewhere.

    But what I was referring to was from the Mailchimp documentation link that I included in the first post. They refer to appending the FORM URL like so:

    form action=”//mailchimp.com.us8.list-manage.com/subscribe/post?u=e5baa4823db5b71c884700f56d&id=d12bb1307f7

    to

    form action=”//mailchimp.com.us8.list-manage.com/subscribe/post?u=e5baa4823db5b71c884700f56d&id=d12bb1307f7&SIGNUP=Homepage

    Any idea how we can implement this?

    Thread Starter mealto

    (@mealto)

    Let ma answer my own question just in case it helps anyone out there.

    If you have a hidden field created in Mailchimp already, this plugin should be able to pull it up inside Form Fields. Then you choose to drop the hidden field into the form and enter “value” (ie. sidebar, header etc…). Once the user signs up, you will see this inside Mailchimp letting you know which location the sign up came from.

    I will add another hidden field and use value=”{current_url}”> as well.

    Cheers.

    Plugin Contributor Lap

    (@lapzor)

    Awesome, thanks for letting us know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Tracking for Form URL’ is closed to new replies.