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.

Verifying an email address

  1. greentypewriter
    Member

    hello.
    i'm trying to add an action when the form is submitted like the one found at this link: http://phpeasystep.com/phptu/24.html.
    i'm using my form for voting so i'm trying to prevent some ballot-stuffing by making the person confirm their email address.
    after reading through the forums i see that i can't edit the form action so would i use the submission hook to redirect this other php?
    ps- i have very basic php skills!

    Posted 13 years ago on Tuesday April 26, 2011 | Permalink
  2. The only way to implement this would be via custom PHP you would have to write, and it's a more advanced customization. If you want to prevent ballot stuffing by limiting it to one entry per email you could edit your form, edit your Email field and select the No Duplicates option under Rules. This will limit submissions to 1 per email address.

    Posted 13 years ago on Tuesday April 26, 2011 | Permalink