[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Newbie Question- New Server -Form to Email Problem
- Subject: [cobalt-users] Newbie Question- New Server -Form to Email Problem
- From: "Joseph Ambrose" <jambrose@xxxxxxxxxxxxxxx>
- Date: Fri Dec 15 09:43:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
ANY HELP IS GREATLY APPRECIATED! I've been reading and reading and can't
find an answer.
I just got my RaQ3 last week and I used the following HTML below on one of
my pages.
Why don't my forms process? Isn't sendmail "server-wide". I need to be
able to use this for people with or without FP extensions. Some people use
javascript order forms and they need to have a form to email script that
will work. I also do not want a cgi bin in my virtual sites. (I don't want
to take a chance of my hosting customers doing something crazy) This is why
I asked about sendmail being server wide. Isn't it supposed to work like
formmail?
<FORM ACTION="/usr/sbin/sendmail" METHOD="POST"
<INPUT TYPE="hidden" NAME="required" VALUE="">
<INPUT TYPE="hidden" NAME="recipient" VALUE="jambrose@xxxxxxxxxxxxxxx">
<INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.theambrosegroup.com">
<INPUT TYPE="hidden" NAME="realname" VALUE="Automatic Form Mailer">
<INPUT TYPE="hidden" NAME="subject" VALUE="TestForm">
Is there some sort of setup that wasn't completed by the people who set this
up for me????
Sorry if this is a stupid request, but I really am a newbie...but I try to
learn fast.
jambrose@xxxxxxxxxxxxxxx