DeniseDWitmer
10-22-2007, 01:34 PM
I have sent in a support ticket and was sent here as it is not a hosting problem?
I used the directions given on this forum to send subscribers to my mailing list automatically via formmail and it isn't working... I don't know php or perl and do not want to change the extention on my pages. Does anyone have a simple mail form that subscribes their users to their mailing list via the webpage on each one of their pages?
Here is what I have:
<FORM ACTION="../../../cgi-sys/FormMail.pl" METHOD="POST">
<INPUT TYPE="hidden" NAME="recipient"
VALUE="jewelry-newsletter-subscribe@wittyliving.com">
<INPUT TYPE="hidden" NAME="required" VALUE="email">
<INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.wittyliving.com/crafts/jewelry/thankyounewsletter.html">
Subscribe to the our mailing list:<BR>
<INPUT TYPE="text" NAME="email" SIZE="20">
<INPUT TYPE="submit" VALUE="Submit">
</FORM>
<P>
I used the directions given on this forum to send subscribers to my mailing list automatically via formmail and it isn't working... I don't know php or perl and do not want to change the extention on my pages. Does anyone have a simple mail form that subscribes their users to their mailing list via the webpage on each one of their pages?
Here is what I have:
<FORM ACTION="../../../cgi-sys/FormMail.pl" METHOD="POST">
<INPUT TYPE="hidden" NAME="recipient"
VALUE="jewelry-newsletter-subscribe@wittyliving.com">
<INPUT TYPE="hidden" NAME="required" VALUE="email">
<INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.wittyliving.com/crafts/jewelry/thankyounewsletter.html">
Subscribe to the our mailing list:<BR>
<INPUT TYPE="text" NAME="email" SIZE="20">
<INPUT TYPE="submit" VALUE="Submit">
</FORM>
<P>