Form accepting registration once only ? | Community
Skip to main content
New Participant
June 12, 2015
Solved

Form accepting registration once only ?

  • June 12, 2015
  • 3 replies
  • 1988 views

Hello, I have a web form that people fill to receive by email a coupon...

How to make so that they can fill the specific form only one time so they don't get several coupon on the same email...

I want one coupon by registrant...


Thanks


Daniel

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 Linda_Stinson

How does the e-mail get triggered? You can include Query logic in the workflow to check the Delivery logs and determine whether they have already received the delivery.

3 replies

New Participant
September 21, 2016

Along with the delivery logs, you can enable tracking logs as well. It can be used to track whether the recipient has opened the mail or clicked any link in the mail to avail coupon.

Linda_Stinson
Linda_StinsonAccepted solution
Employee
December 18, 2015

How does the e-mail get triggered? You can include Query logic in the workflow to check the Delivery logs and determine whether they have already received the delivery.

Amit_Kumar
New Participant
December 15, 2015

Use the email id or other unique field as the primary key so end user will not be able to use the same value again to avail the coupons in future.