Using Smart Lists to track signups from a specific form | Community
Skip to main content
Taylor_Hemphill
Level 1
July 9, 2020
Solved

Using Smart Lists to track signups from a specific form

  • July 9, 2020
  • 2 replies
  • 5991 views

I'm trying to track newsletter signups from a specific form. The form is for something else entirely, but we've decided to add an optional checkbox to subscribe to our newsletter to increase readership.

 

What I'm trying to do is create a Smart List for people who subscribed to this newsletter at the time of submitting the form. Everything I've tried so far pulls in people who have filled out this form and subscribed to our newsletter at a later point, which is not what I'm looking for.

 

Any ideas? Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

To track the source of a specific field update, you can either

 

  • mark up the form with some additional JS
  • use a new custom field that's only present on this form, then use Change Data Value to update the primary field as well — since the new field can only be set by one form, there's no ambiguity

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 9, 2020

To track the source of a specific field update, you can either

 

  • mark up the form with some additional JS
  • use a new custom field that's only present on this form, then use Change Data Value to update the primary field as well — since the new field can only be set by one form, there's no ambiguity
Chris_Saporito
Level 7
July 9, 2020

Hi @taylor_hemphill 

 

I would suggest adding constraints to your smart list filters to target specific timeframes or specific landing pages that the form is filled out on. You could also add a filter to the smart list for the field that you are using to track newsletter subscribers. Below are a couple of screenshots. 

SanfordWhiteman
Level 10
July 9, 2020

But none of those with 100% accuracy will attribute the data value change to a specific form submission.

Taylor_Hemphill
Level 1
July 9, 2020

I took your advice and created a new custom field for this specific checkbox, and then referred to this field in a Smart List to track signups.

 

Thanks!