Unique Code to Validate Form-fill from Mailer | Community
Skip to main content
Chris_Saporito
New Participant
September 11, 2017
Solved

Unique Code to Validate Form-fill from Mailer

  • September 11, 2017
  • 1 reply
  • 2135 views

Hi,

We are going to be running a campaign that will have our sellers drop some swag and a card to prospects with a CTA to fill out a specific form on our website. To incentivize them, we will be giving a gift once the form is submitted. My thought is that we need a way to limit this so people cannot fill out the form with random information, fake emails, etc. to get multiple gifts. Is there a way to create a list of randomized codes that we could mail merge onto the cards in the swag drops so that when the prospect completes our form there will be a form field to enter the code and we would only let them complete the form if the code matches one that we have in some sort of repository?

Thanks in advance!

Chris

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

I recently blogged about this exact task: http://blog.teknkl.com/creating-and-distributing-promo-codes-in-js-flowboost/

While generating the codes can be done several ways, the challenge is actually *redeeming* the codes. This must be done via webhook.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 11, 2017

I recently blogged about this exact task: http://blog.teknkl.com/creating-and-distributing-promo-codes-in-js-flowboost/

While generating the codes can be done several ways, the challenge is actually *redeeming* the codes. This must be done via webhook.