Everything works 'cept the form. Client moved the site in the last year. Form hasn't worked since. I finally got login info and updated the form to current version.
Testing the form processing...
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: roger
Everything works 'cept the form. Client moved the site in the last year. Form hasn't worked since. I finally got login info and updated the form to current version.
Testing the form processing...
>> Inside allgraphic, i have created 4 field names, which match the values.
No that's fine. You don't need to insert all the values from the form, just the ones you need.
Did you create an auto...
SUBSCRIBER is the name of the table within the database.
I prefer first name and last name over realname for anything more than an email. If I'm collecting names, I want them broken up.
And...
I got it working.
Several things.
In the mailform you need to add to the HOOK_DIR and create the directory on the server.
$HOOK_DIR = "somefolder";
inside that "somefolder" you need a file...
Thanks, I'll give that a try just to test it.
It wasn't working with the SID version and I noticed in the log something about the session not being included so I started messing with that.
...
On the auto respond page you have :
<?php echo SID; ?>
Shouldn't that be:
<?php echo session_id(); ?>
Completely understand.
I do work in php all the time.
Regardless, I've gotten it working. It wasn't finding the fmhookprefinish.inc
Now working on the darn Content-Type: text/html;...
Is this in the form or the database connection information?
Working through this but not successful yet.
I've taken all of the php mysql setup from a working page (meaning it was saving to the...
Has there been an update to this?