Is Freeform responsible for dumping duplicate addresses into mailing list? 
Posted: 02 May 2008 08:57 AM   [ Ignore ]
Newbie
Rank
Total Posts:  15
Joined  2008-03-08

I just submitted the following question to the EE support staff, and they suggested I submit my problem here:
------

My mailinglist does not reject or filter out duplicate email addresses anymore.  (Perhaps it has something to do with the fact that I am using Solspace’s Free Form module, with the ‘mailinglist_opt_in’ parameter set to ‘no’.)

Does anyone know of a way to fix this?
Or of a quick way to eliminate duplicate email addresses?
Or, in case nothing can be done about the duplicates, is there at least a way of filtering them out when I send mail?

Thanks, Jules

Profile
 
 
Posted: 05 May 2008 07:23 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18

EDIT:

Jules,

After some further testing, I’ve been able to duplicate this issue.
Strange though, as it seems intermittant. This testing included duplicating it WITHOUT the mailinglist_opt_in parameter as well.

I managed to only get duplicates with the “default” mailing list. Custom/New ones did not have that issue.... are you using this on the default mailing list? smile

I will queue this up for the next release smile

Thank you for your patience!

 Signature 
Profile
 
 
Posted: 05 May 2008 12:04 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  15
Joined  2008-03-08

Thanks for working on it Pie Man.  My duplicates occur in a custom mailing list.  (As a rule, I try not to touch anything default so I can go back and look at it later.)

Profile
 
 
Posted: 15 May 2008 10:08 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  1
Joined  2008-05-15

I too am noticing duplicate entries...here is my code I am using:

{exp:freeform:form return="site/thank_you"  required="email"}
<input type="checkbox" name="mailinglist[]" value="mailer1" />All News<br />
<
input type="checkbox" name="mailinglist[]" value="maler2" />2 News<br />
<
input type="checkbox" name="mailinglist[]" value="mailer3" />3 News<br />
<
input type="checkbox" name="mailinglist[]" value="mailer4" />4 News<br />
<
p>Email<br />
<
input type="text" name="email" value="" class="input" size="18" />
</
p>
<
p>
<
input type="submit" name="submit" value="submit" />
</
p>
{/exp:freeform:form}

Profile