Author Topic: How can I allow Duplicate Emails to come thru?  (Read 1377 times)

mark

  • Posts: 2
    • View Profile
How can I allow Duplicate Emails to come thru?
« on: June 16, 2005, 02:43:19 pm »
One of my lists is for a weekly contest and I want to allow folks to enter the contest every week.  Is there a way for me to set that list up to accept duplicate emails?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How can I allow Duplicate Emails to come thru?
« Reply #1 on: June 17, 2005, 03:24:22 am »
Hi mark,

There are a couple variables you can use on your signup form - "overwritedupes" and "allowdupes".

Check out this help page:
http://listmailpro.com/help/signup_forms.html

Soon I will let you set up form options within ListMail and simply pass a "formid" variable. ;)

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

mark

  • Posts: 2
    • View Profile
How can I allow Duplicate Emails to come thru?
« Reply #2 on: June 17, 2005, 01:11:36 pm »
I added the allowdupes and overwritedupes to the end of the form as hidden fields.  It didn't work.  What value should these be set to and where in the form should these variable go?

Thanks...

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How can I allow Duplicate Emails to come thru?
« Reply #3 on: June 21, 2005, 05:13:16 am »
You need to set these variables to any value, ie:
Code: [Select]
<input type=hidden name=overwritedupes value=1>
If it's still not working let me know and I'll take a look.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting