Page 1 of 1

Multiple Lists but confirmation only works on first one

Posted: Mon Apr 20, 2009 3:34 pm
by aceman3000
Hi, i have two mailinglists "Verlag" and "Presse" with double-opt-in.

I created two versions of all forms and action based mailings and actions because i needed a complete different confirmation mail text for the mailinglist "Verlag".
Is this the correct way to do this?

Now when a user enters his data into the form for the list "Presse" everything works fine (the forms and actions are from the OpenEmm example installation).

But when i try to subscribe to the mailinglist "Verlag" everything works fine until i click the confirmation link in the mail. It only takes me to the errror page, where it says that the data could not be saved.

The user appears in the recipients list with status "waiting for double-opt-in confirmation" for "Verlag"

Here my template for "Verlag" mailing:

Code: Select all

**********************************************************************
                       Newsletter Anmeldung
**********************************************************************

[agnTITLE type=2],

vielen Dank, dass Sie sich für unseren Newsletter interessieren.
Um Ihr Abonnement zu bestätigen, klicken Sie bitte auf folgenden
Aktivierungslink:

http://web:8080/form.do?agnCI=1&agnFN=de_doi_welcome_verlag&agnUID=##AGNUID##
The form "de_doi_welcome_verlag" looks is like this:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<head>
<title>Newsletter-Anmeldung</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body, table { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; }
h1 { font-family: Tahoma, Helvetica, sans-serif; font-size: 16px; }
select, input { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px;}      
select { width: 120px; }
-->
</style>
</head>

<body bgcolor="#C0C0C0" link="#bb2233" vlink="#bb2233" alink="#bb2233">
<table width="480" border="0" align="center" cellpadding="2" cellspacing="0">
  <tr bgcolor="#808080">
    <td bgcolor="#808080">
      <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr>
          <td>
          <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td colspan="3">&nbsp;</td>
            </tr>            
            <tr>
              <td width="10">&nbsp;</td>
              <td><h1>NEWSLETTER ANMELDUNG 3/3</h1>
                  <h1>Willkommen</h1>
                  <p>Ihre Anmeldung ist abgeschlossen und wir freuen uns,<br>Sie in unserem Newsletterverteiler begr&uuml;&szlig;en zu d&uuml;rfen.</p>
                  <p>Mit freundlichen Gr&uuml;&szlig;en<br>
                  Ihr online-Team</p>
                  </td>                                 
              <td width="10">&nbsp;</td>
            </tr>
            <tr>
              <td colspan="3">&nbsp;</td>
            </tr>            
          </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>
The action for this form is "de_user_confirm_verlag"