Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Newsletter/subscribe.cgi?

Quote Reply
Re: Newsletter/subscribe.cgi? In reply to
Uh...that is not good enough since the subscribe.cgi builds the email database file in the following format:

username|email@domain.com

If you remove the name field in your email template files, then you will get error messages. What you could do is add a hidden field:

Code:

<input type="hidden" name="name" value="Null">


if you want to KISS it.

Regards,


Eliot Lee
Subject Author Views Date
Thread Newsletter/subscribe.cgi? KAR 1567 Jun 13, 2000, 3:50 AM
Thread Re: Newsletter/subscribe.cgi?
Stealth 1490 Jun 13, 2000, 9:10 PM
Thread Re: Newsletter/subscribe.cgi?
KAR 1498 Jun 13, 2000, 9:18 PM
Thread Re: Newsletter/subscribe.cgi?
Stealth 1498 Jun 13, 2000, 9:31 PM
Thread Re: Newsletter/subscribe.cgi?
KAR 1488 Jun 13, 2000, 9:40 PM
Post Re: Newsletter/subscribe.cgi?
Stealth 1486 Jun 13, 2000, 9:42 PM