PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Automatically send a unique coupon after registration?

  1. Would it be possible to automatically send someone who registered through the form a unique coupon? We have created a huge list with unique coupon codes, which we would like to send to all people who are signing up though our form. Every new registered user would receive a unique coupon code which can be used only once.

    If possible, how should this be done?

    Thanks.

    Posted 13 years ago on Thursday April 5, 2012 | Permalink
  2. forestis
    Member

    I am looking for the same feature.. if you have you found a way to do this please let me know !

    Posted 13 years ago on Thursday April 26, 2012 | Permalink
  3. David Peralty

    If I was going to do this, I would have a hidden field for the coupon code in my form and then pre-populate it using:

    http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name

    Then in your notifications, you could include the value you pushed to the hidden field in the notification you send to them after the form is filled out.

    The hard part for you would be to create the PHP coding to sort out which codes you have, which ones are available, and which one to pass to the hidden field.

    Posted 13 years ago on Thursday April 26, 2012 | Permalink