Author Topic: Custom code in List Settings -> Signup Code  (Read 9584 times)

antony

  • Posts: 1
    • View Profile
Custom code in List Settings -> Signup Code
« on: February 13, 2009, 01:28:22 am »
Would it be possible to put my customized signup code to the box there and to have a possibility to save it?

OR:

I would suggest the generated code to be nicely presented in a table format, e.g.:

<form method=post action=http://www.mydomain.com/mail/signup.php>
<input type=hidden name=list value=1>

<table>
<tr><td>Name:</td><td><input type=text name=fname size=20></td></tr>
<tr><td>Email:</td><td><input type=text name=email></td></tr>
<tr><td align="center" colspan="2">
<input type=submit name=sup value="Subscribe Me!">
</td></tr>
</table>

</form>


Thanks,
Jozef