Author Topic: multi-list subscribe error  (Read 1866 times)

greg.russell5

  • Posts: 17
    • View Profile
multi-list subscribe error
« on: January 21, 2006, 04:02:09 am »
Hello,

Can someone help me find the problem here.  I can't get this simple multi list subscribe form to work, I keep getting the !data error.

Code: [Select]
<form method=post action=http://www.steppingwiththestones.com/list/signup.php>
<input type=hidden name=lists[] value=1>
<table border="0" width="65%" cellspacing="1" id="table1">
<!-- MSTableType="layout" -->
<tr>
<td valign="top">First Name:</td>
<td><input type=text name=fname size=12></td>
</tr>
<tr>
<td valign="top">Last Name:</td>
<td><input type=text name=lname size=12></td>
</tr>
<tr>
<td valign="top">Your E-Mail:</td>
<td><input type=text name=email></td>
</tr>

<tr>
<td valign="top">Monday Morning Memo</td>
<td><input type=checkbox name=lists[] value=2></td>
</tr>
<tr>
<td valign="top">Summer Program</td>
<td><input type=checkbox name=lists[] value=3></td>
</tr>
<tr>
<td><select name=submode>
<option value=sub>Subscribe</option>
<option value=unsub>Remove</option>
</select></td>
<td><select name=htmail>
<option value=html>HTML</option>
<option value=text>Text</option>
</select>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input border="0" src="images/button_submit.gif" name=sup type="image" width="85" height="21"></td>
</tr>
</table>
</form>


Thanks in advance.
Greg

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
multi-list subscribe error
« Reply #1 on: January 22, 2006, 11:14:46 am »
I haven't been able to recreate any errors on signup.

Are you sure the email address is not already on the list(s) being subscribed to?

What is the exact error page you see?

I have verified some problems subscribing to multiple lists when duplicates are involved and unsubscribing from multiple lists with this form.  I will make a note to take a look at these for the next update.

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

greg.russell5

  • Posts: 17
    • View Profile
multi-list subscribe error
« Reply #2 on: January 25, 2006, 09:03:45 am »
Hi Dean,

Sorry for not getting back to you sooner, but I am traveling and now in Europe.  Plus I didn't get the email notice that someoone (you) had replied, even though I checked it.

Anyway, still doesn't work for me and yes, I've used multiple email addresses and still get the same error.

Do you think it's the html/text & sub/unsub feature?  It's on one list, but not the others?  I'll try it.

Thanks,
Greg

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
multi-list subscribe error
« Reply #3 on: January 25, 2006, 09:01:48 pm »
Greg,

I can do some hands-on testing if you submit your info.

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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
multi-list subscribe error
« Reply #4 on: January 27, 2006, 01:57:00 am »
I had a look and found that you are redirecting your "Subscribe Success" page to an alternate URL.  Unfortunately, when you use the redirect feature message codes are no longer available.  I'll make a note to clarify this within the interface.  What you need to do is copy and paste the actual HTML code of the URL you are redirecting to into Custom HTML and remove the alternate URL.

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

greg.russell5

  • Posts: 17
    • View Profile
multi-list subscribe error
« Reply #5 on: February 02, 2006, 09:47:13 pm »
Great, thanks Dean!  I'll try that.

Greg