Good deal. Glad you're up and running.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: Jamesiv1
Good deal. Glad you're up and running.
Hi Dotty,
Search the forum for no suitable wrapper and you will see many posts. First read the ones from the "Formmail Subscription Support" forum. Those are the ones Russell has answered.
...
You've got a URL in your TEMPLATEDIR setting.
Change this:
$TEMPLATEDIR = "http://cleangreenwa.com/template/";
To this:
$TEMPLATEDIR = "";
And change this:
$TEMPLATEURL = "";
hmmm... interesting. If you want, zip up your php file, upload it to your server and post a link and I'll take a look at it. Its probably something simple.
Hi Dotty,
This line:
<input type="hidden" name="good_template" value="http://cleangreenwa.com/template/printtemplate.html" />
Should have only the file name:
<input type="hidden"...
I have 2 forms that have been working beautifully until last night. Now I get error messages that say:
Unable to create check file "/fmc0d479.txt": failed to open stream: Permission denied
...
You're welcome. Sorry we couldn't work it out. I'm still scratching my head on it. I may be missing something.
yes.... I see what you mean.
I don't think you can do what you want. If the email address is empty, then the FROM field is going to be that generic server name/email. I don't think there is any...
Submit the form here:
http://www.iampeth.com/designquote_mine.shtml
Is that what you're after?
Ok, I'm confused.
Tell me what it is that you want it to do.
Give us a link to your form.
Winzip your php file, upload it to your server and post a link to the zip file.
So we can test it.
Cuft,
Take a look at this thread:
http://www.tectite.com/vbforums/showthread.php?t=1590&highlight=SSL
It may not have anything to do with your issue, but try uploading the attached file to...
Yes, I am using the same form.
The fact that it works on my server, yet the same files do not work on your server still makes me think that it is a configuration issue on your server. But like I...
Well, I'm sorry I couldn't be more helpful. "Russell" refers to Russell Robinson, the author of FormMail. He does not offer free support for FormMail - you have to subscribe....
yeah... this is a puzzler. The testalert works, but the sampleform does not. The sampleform works fine on my server, but not on yours.
If you don't mind, help me understand https a little; I...
Ok, I uploaded your php file to my server, and changed nothing, except the fact that mine is running on http and yours is running on https. And it worked, no problems.
Can you set it up and try...
post a link to your form
winzip your php file, upload the zip file to your server, and post a link to the zip file
You're welcome. Glad its working.
To redirect, see this doc:
http://www.tectite.com/fmhowto/redir.php
Well, your first problem is, like the error message says, you don't have any recipients defined.
Did you start with the configuration wizard and get the sampleform working? I recommend you go...
Post a link to your form
winzip your php file and upload it to your server. Give us a link to itAre you receiving error message emails? What do they say?
Good deal. Glad you got it working.
Well, I'm baffled. Putting the name of your formmail php file in that test alert URL should result in a page that says "The email was successfully sent" and you get an email with some critical...
The test alert has nothing to do with your csv file.
Open a browser window
in the address bar, type:
http://www.yourdomain.com/formmail.php?testalert=1
substitute "yourdomain" with your...
Don't see anything wrong with your template, but I suggest you take that space out of the template directory name.
Post a link to your form.