Acquired this script that will email data entered on form. Simple enough.
Email does arrive but with what appeared as template information. So, I
edited that part of the script.

My question is (provided the rest of the script performs correctly) is the
below snippet right? This is where the email being generated gets the
information. From the html page that houses the form, the below (like
locat) are in the html.

#begin snippet

if($mail_out) {

body = "email: $in{email}
        state: $in{state}
        pname: $in{pname}
        locat: $in{locat};"

#end of snippet

I am unable to answer if the mail is properly sent because this is for a
user on my system who is out-of-touch. The mail is forwarded off-site.

The page that serves this is http://www.quantifier.org/~bobby/pinscr.html

ANY help is appreciated. I am curious if it belongs inside of "..." since
the template mail that was sent all resided inside.

Ken
-- 
_________________________
[EMAIL PROTECTED]
http://www.quantifier.org
_________________________
Put your trust in those who are worthy.

Reply via email to