ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: john3 on April 20, 2007, 09:45:59 am

Title: blank email signup but collect a firstname from subject
Post by: john3 on April 20, 2007, 09:45:59 am
Hi is it possible that we can use listmail to sign up people to a list from a blank email but also capture their first name by asking them to add it in the body or subject line ?
Title: blank email signup but collect a firstname from subject
Post by: DW on April 22, 2007, 04:21:18 am
Greetings,

If it is included in the message the ListMail email-subscribe feature should capture the subscriber's first and last name automatically.

You can bring the subject data into a ListMail custom field by modifying the following line in the included signup-listX.cgi file:
Code: [Select]
# custom field for subject line data, 'user1' thru 'user10'
$parse_subj_field = 'user1';

To bring the subject field into the users' first name would require some custom script run after signup.  This could be done with the included xtra/signup-xtra.php file - I can help you if you want to go that route.

Regards
Title: Trouble getting sign up by mail to work
Post by: john3 on May 02, 2007, 09:08:13 am
Hi thanks for the code, but I am having trouble getting sign up to an email to work at all. I am using host4profit and have added the text files you mentioned in instructions to root, I have added and amended cgi scripts iinto the hosting cgi-bin.

I have an email aliase which points to the cgi-script to help add them into the list.


What else can I do to fix ?

Thanks
Title: blank email signup but collect a firstname from subject
Post by: DW on May 02, 2007, 07:02:55 pm
Hi John,

Does bounce.cgi work ok?

The first thing I would do is double-check the files, permissions (755) and email aliases as mentioned in the online help (http://www.listmailpro.com/help/cgi_h4p.html).

After that I would re-upload the file, doing it all again.  Try again, but if you continue to have troubles and suspect a bug please submit your info (https://www.listmailpro.com/members/?typ=other).

Regards