Hard to say what's wrong with your custom form. Have you tried Beanstalk's alternative on page 3 of this thread?mpettitt wrote:No difference
I haven't any experience in using the form that way, so I can't say anything definitive on that as a possible cause.mpettitt wrote:or else the form objecting to being on a different domain to the backend (custom form is for use on a number of sites, all of which run from the same server, and use a single PHPlist installation).
<form method="post" name="subscribeform" action="http://www.excelpublishing.co.uk/lists/?p=subscribe">
<input type=text name=email value="" size="40">
<input type=text name=emailconfirm value="" size="40">
<input type=radio name="htmlemail" value="0" /></span>
<input type=radio name="htmlemail" value="1" checked /></span>
<input type=text name="attribute2" class="attributeinput" size="40" value="">
<input type=text name="attribute3" class="attributeinput" size="40" value="">
<input type="hidden" name="list[2]" value="signup">
<input type="text" name="VerificationCodeX" value="" size="20">
<input type=submit name="subscribe" value="Subscribe to the Selected Newsletters" onClick="return checkform();">
</form>
<form method="post" action="http://www.yourdomain.com/lists/?p=subscribe&id=1"
<form method="post" action="http://www.outerlandmv.com/lists/?p=subscribe&id=2" name="subscribeform">
<input type="hidden" name="list[3]" value="signup"><input type="hidden" name="listname[3]" value="Newsletter"/>
Also, check this setting on the configuration page (admin >> configure):
- if there is only one visible list, should it be hidden in the page and automatically subscribe users who sign up (0/1)
true
<form>
<table>
<tr>
<td></td>
</tr>
<tr>
<td><b><font>Email:</font></b></td>
<td><input></td>
</tr>
<tr>
<td><div><b>
<font>Confirm eMail</font></b></div></td>
<td>
<input>
<script>addFieldToCheck("emailconfirm","Confirm email");</script></td>
</tr>
<tr>
<td>
<span><font>
<b><input></b></font></span><b><font>
<span>I prefer to receive emails in HTML format</span></font></b></td>
</tr>
<tr>
<td><b><font>First Name:</font></b></td>
<td> <input></td>
</tr>
</table>
<p>
<input>
</form>
Your code is truncated. Please edit your message, paste the code again, and make sure you click on "Disable HTML in this post" on the left of your editing window.
<form method="post" action="http://www.yoursuccesstools.com/responder/?p=subscribe" name="subscribeform" target="_self">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber1" width="272">
<tr>
<td width="239" colspan="2"></td>
</tr>
<tr>
<td width="75"><b><font color="#FFFFFF" face="Arial Narrow">Email:</font></b></td>
<td width="197"><input type="text" name="email" value = "" size="27"></td>
</tr>
<tr>
<td width="75"><div class="required"><b>
<font face="Arial Narrow" size="2" color="#FFFFFF">Confirm eMail</font></b></div></td>
<td class="attributeinput" width="197">
<input type=text name=emailconfirm value="" size="27">
<script language="Javascript" type="text/javascript">addFieldToCheck("emailconfirm","Confirm email");</script></td>
</tr>
<tr>
<td colspan=2 width="239">
<span class="attributeinput"><font face="Arial Narrow" color="#FFFFFF">
<b><input type=checkbox name="htmlemail" value=""/></b></font></span><b><font face="Arial Narrow" size="2" color="#FFFFFF">
<span class="attributename">I prefer to receive emails in HTML format</span></font></b></td>
</tr>
<tr>
<td width="75"><b><font color="#FFFFFF" face="Arial Narrow">First Name:</font></b></td>
<td width="197"> <input type="text" name="attribute2" value ="" size="27"></td>
</tr>
</table>
<p>
<input type="submit" name="subscribe" value="Subscribe" />
</form>
<form method="post" action="http://www.yoursuccesstools.com/responder/?p=subscribe" name="subscribeform" target="_self">
<input type="text" name="email" value = "" size="27">
<input type=text name=emailconfirm value="" size="27">
<input type=checkbox name="htmlemail" value=""/>
<input type="text" name="attribute2" value ="" size="27">
<input type="submit" name="subscribe" value="Subscribe" />
</form>
<input type="hidden" name="list[x]" value="signup">
if there is only one visible list, should it be hidden in the page and automatically subscribe users who sign up (0/1) true
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 0 guests