Hi,
You need to configure formmail.php for your website.
Read the information at the top.
You need to set $TARGET_EMAIL and DEF_ALERT configuration settings.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
hy
I got this message:
An error occurred while processing the form .
Please contact us directly since this form is not working .
We apologize for any inconvenience this error may have caused.
Your form submission was processed by (7.04), available from www.tectite.com.
I did this things:
1. uploaded formmail.php -> www.website.de/formail.php
2. I change the sample.htm
the rest stayed the same...
<!-- STEP 1: Put the full URL to formmail.php on your website in the 'action' value. -->
<form method="post"
action="http://www.website.de/formmail.php"
name="SampleForm"> <input name="env_report"
value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER"
type="hidden"><!-- STEP 2: Put your email address in the 'recipients' value. Note that you also have to allow this email address in the $TARGET_EMAIL setting within formmail.php! -->
<input name="recipients" value="myname@website.de"
type="hidden"><!-- STEP 3: Specify required fields in the 'required' value -->
<input name="required"
value="email:myname@website.de ,realname:MY Name"
type="hidden"><!-- STEP 4: Put your subject line in the 'subject' value. -->
<input name="subject" value="Testing" type="hidden">
3. I uploaded you testside -> www.website.de/sample.htm
What have I done wrong?
Hi,
You need to configure formmail.php for your website.
Read the information at the top.
You need to set $TARGET_EMAIL and DEF_ALERT configuration settings.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
thanks a lot for your super quick answer russellr
here is a quick howto just to make it run with formmail.php:
change line 2720
$TARGET_EMAIL = array("^name@homepage.com$");
change line 2745
define("DEF_ALERT","error_email@homepage.com");
thats is all you need to change to run a test with the sample.htm...
of course there a many other options...
hope this is good for newbies like me...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks