Hello -
I wonder if anyone might be able to assist me with this. At one time, it
all worked. Now, not so, and I can't figure it out. I am grateful for any
assistance.
I have a form for a user to subscribe. I want both the subscriber name and
his email address (in this case sms address). I know that the form is
passing the information, because the email address appears in the
LetterRip Address list, but I can't get the subscriber name to appear in
my LetterRip Address List.
Thank you!
Dorothy
My php form:
----snip----
<form action="/email/outreach_subscribe.flx" method="post"
name="subscribe_outreach">
<table summary="Subscribe to discussion lists">
<tr>
<td> </td><td><select name="action">
<option label="subscribe" value="subscribe">Subscribe</option>
<option label="unsubscribe"
value="unsubscribe">Unsubscribe</option></select> </td>
</tr>
<tr>
<td>
<strong>To list:</strong> </td> <td><select name="list">
<option select="selected">Choose list</option>
<option label="Outreach_Deaf"
value="Outreach_Deaf">Outreach_Deaf</option>
<option label="Outreach_Blind"
value="Outreach_Blind">Outreach_Blind</option></select></td>
</tr>
<tr>
<td>
<strong>Name:</strong></td> <td><input type="text"
name="subscriber_name" size="40"></td>
</tr>
<tr>
<td><strong> Email address:</strong> </td> <td><input
type="text"
name="email" size=40></td>
</tr>
<tr> <td> </td><td> <input type="submit"
value="Submit"></td> </tr>
</form>
----/snip---
My Webstar Flexmail process:
----snip -----
<mail server=mymailserver>
To: [EMAIL PROTECTED]
From: %email%
Subject: %action% %list%
%action% %list% %email% "%subscriber_name%"
end
----/snip---
</snip>
--
This message is from the Letterrip-Talk Mailing list.
To unsubscribe, send mail to: [EMAIL PROTECTED]
Archive: http://www.mail-archive.com/letterrip-talk%40lists.letterrip.com/