ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: greg.russell5 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.
<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> </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
-
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
-
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
-
Greg,
I can do some hands-on testing if you submit your info (https://www.listmailpro.com/members/?typ=other).
Regards, DW
-
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
-
Great, thanks Dean! I'll try that.
Greg