PDA

View Full Version : Request e-mail system setup help!


SalsaDura
11-15-02, 05:40 PM
Have a designed page on my website for customers to:

1) Register for drawings for prizes PLUS get on the mailing list by filling out their mailing address & e-mail address; or they can
2) Sign up for the mailing list ONLY w/ e-mail address only.

CURRENT STATUS: When people register and click send this form, or wish to unsubscribe or update (as a link) their info:
Right now their info is going nowwhere!
(Good thing the site is not being marketed yet).

Understand I can change coding in control panel to have the info sent to me as an e-mail. However, I need a program where info can AUTOMATICALLY be registered to perform these above functions, and be presented in an easy to manage format in my control panel.

Would really appreciate expert help on this pressing issue. Thanks
Web page in question: (http://www.TropicalLatinCaribbean.com/offer.htm)

alphadesk
11-15-02, 08:04 PM
<form name="form1" method="post" action="">
<form name="form2" method="post" action="">
You have no action in your form.

This is how to use the powweb house script for form submission.
<form method="post" action="/powweb-bin/FormMail.pl">

With what you want to do, you will need a suscriber script, that your visitors can opt in and out of your mailing list.HotScripts.com (http://www.hotscripts.com/Perl/Scripts_and_Programs/Mailing_List_Managers/)

SalsaDura
11-16-02, 03:13 AM
for your help. Will work on this.