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.

Lead Generation For Companies

  1. kammy
    Member

    Hi

    GravityForms looks like just what I need! We are a lead generation company, and once the leads are collected we sell them to our clients.

    Ideally we need all leads to be emailed instantly to ourselves, but also our clients. Let's say we have 3 clients.

    Is it possible to have a set-up where all leads come to use, but 30% go to client 1, 30% to client 2? etc.

    Also - does GravityForms have an in-built spam/duplicate entry filter?

    Kind regards

    Kamrmy

    Posted 11 years ago on Sunday June 10, 2012 | Permalink
  2. You can change the addresses which are used for the notifications with the gform_notification_email filter. http://www.gravityhelp.com/documentation/page/Gform_notification_email

    You would need to determine dynamically which address to send to. That bit of code is up to you, but after you know which addresses should receive the notifications, you can change them with the filter I mentioned.

    Gravity Forms will use Akismet for form submissions if Akismet is active on your site. It also has an anti-spam honeypot option you can activate.

    Regarding duplicate entries: you can prevent duplicate submissions on a 'per field' basis. So, if you require email address to be unique, you can set the "prevent duplicates" check mark for the email address field, and if a duplicate email is entered, the submission will be prevented. Does that help you?

    Let us know if you need any more help. Thanks

    Posted 11 years ago on Monday June 11, 2012 | Permalink