On many websites they have a contact page with a Feedback/Comment form. Is there any way to ask the person filling out the form if they would like to be signed up for your newsletter or newsletters?
View my present contact form here...
http://www.alove4horses.com/contact_artist.html
I would like to be able to add a check box or two for newsletter sign ups. Is this something that is possible?
This could be done two ways:
1) Use a custom "LMinsert" function, such as available for PHP and Perl in the Customizations forum, to add users from your own code/script.
2) Using a little tricky JavaScript, you would first need to process the form data into the correct variables and then could submit the information to ListMail's signup.php in a new pop-up window for each list.
So, bottom line: how do I use the system to include a 'contact' form? (If I just add a form the 'message' gets lost.)
What about using a textarea to submit the data to a custom field? ie. in your form:
<textarea name=
user1 rows=5 cols=60></textarea>
Enable "Notify when a user subscribes to this list" for each list and you should be sent the information via email.
Regards