I solved it- I just thought I'd post here in case anyone else had my problem.
I needed to place:
<?php session_start(); ?>
In my goodtemplate.php. And it needed to be right at the top, It...
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: Visualeyes
I solved it- I just thought I'd post here in case anyone else had my problem.
I needed to place:
<?php session_start(); ?>
In my goodtemplate.php. And it needed to be right at the top, It...
Hello all
I'm trying to use a payment processor to pick up a hidden field in my form. I can't however, pass a value.
I want to raise a variable called passnodecimal and pass it to the...
Hi Crabtree
I found the POST request in the server log and asked my host what happened to the outgoing mail (I don't have access to email logs, it seems). They responded by saying that there had...
Here's an odd one for you…
Recently I converted FormMail so upload files to the server, rather than emailing them to us. Our server cannot email large attachments so it seemed like the best way....
Hi All
Is there a way to have my MAX_FILESIZE_ERROR return the filesize in KB or MB?
I know its a case of simple maths, but when I've tried modifying the code, I only generate things like...
Sorry to pester, but can anyone help? Crabtree? Ginger23?
Normally I'd have a tinker with the PHP myself, but the sight of so much code makes me nervous...
Bump...
Are you there Russell? Do you think you might be able to help me with this if I paid a support subscription?
Thanks
Hi All
I have an issue regarding multiple uploads, and a theory about my problem.
I have a form which has a maximum of four image uploads.
I have an upload/email limit on my server which...
Thanks Crabtree, it worked!
But how? Does my server have issues with how the FROM header is formed? If anything, I would expect an outgoing email with no FROM header to have problems coming...
Hello
My form functions fine, including uploads, however the test alert does not- so I cannot know if there is an error when someone uses the form.
I ran 'testmail.php' and recieved the test...
Hi all
Is it possible to get FormMail to create a new directory in the file repository and name it with the value of '$realname'? It would be easier to search the server if each submission had its...
Thanks for clearing that up, Russell. I thought I was losing my mind.
I'll see if I can come up with a workaround for my situation.
Hello
I am having all sorts of problems getting larger uploads to get processed by the form. My host doesn't allow me to configure php.ini, but will allow .htaccess.
My .htaccess is:
...