phplist subscribe form - Please help

by AFD
2 replies
I am trying to customize a phplist subscribe forum and I can't figure out how to add a "name" field. I also want replace the subscribe button with my own... The following is the screenshot of current form.




I want like this



Here is the code and the image to use..



Code:
<form method=post name="subscribeform"><table border=0>
  <tr><td><div class="required">Email</div></td>
  <td class="attributeinput"><input type=text name=email value="" size="40">
  <script language="Javascript" type="text/javascript">addFieldToCheck("email","Email");</script></td></tr>
  <tr><td><div class="required">Confirm your email address</div></td>
  <td class="attributeinput"><input type=text name=emailconfirm value="" size="40">
  <script language="Javascript" type="text/javascript">addFieldToCheck("emailconfirm","Confirm your email address");</script></td></tr><tr><td colspan=2>
        <span class="attributeinput"><input type=checkbox name="htmlemail" value="1"  /></span>
        <span class="attributename">I prefer to receive emails in HTML format</span></td></tr>
</table><input type="hidden" name="list[1]" value="signup"><input type="hidden" name="listname[1]" value="Online Hidden Treasure"/><div style="display:none"><input type="text" name="VerificationCodeX" value="" size="20"></div><p><input type=submit name="subscribe" value="Subscribe to my list" onClick="return checkform();"></p>
    </form>


++++++++++++++++++

Image to use

http://onlinehiddentreasure.com/images/subscribe.jpg
Thanks a lot!!
afd
#forum #phplist #subscribe

Trending Topics