My form is located here
When I created the table all of the fields showed up and I checked the relevant boxes.
Here is the AutoGenerated information:
<?php
global $database;
$database->setQuery( "INSERT INTO #__chronoforms_1 VALUES (
'' , '". date('Y-m-d')." - ".date("H:i:«»s"«»)."', '".$_SERVER['REMOTE_ADDR']."' , '".$_POST['FName']."' , '".$_POST['LName']."' , '".$_POST['email']."' , '".$_POST['Seminar']."' , '".$_POST['Church']."');" );
if (!$database->query()) {
echo "<script> alert('".$database->getErrorMsg()."'); window.history.go(-1); </script>
";
}
?>Hope there is enough information here, but I would be happy to email you any login information that would help as well.
Thanks!
Bart<br><br>Post edited by: GreyHead, at: 2008/01/03 18:43
I wonder if this is the addslashes problem that I encountered yesterday (see a post in the Suggestions forum).
Please will you click the #Backup Form' icon in the Form Manager and send me the cfbak copy of your form so that I can have a closer look.
Bob
Thanks!<br><br>Post edited by: mediaphish, at: 2008/01/03 18:45
You should be able to attach it here or send it to the email address in my sig.
Bob
Hmmm form saves OK for me.
One more thing to try, please delete your table (assuming that there's no critical data in it yet). The remove the AutoGenerated text field and recreate the table setting the fields to VarChar rather than LongText. That will be plenty big enough for your table and there is a problem if all the fields are LongText.
If this doesn't work then we'll need to take a closer look at the MySQL that's being generated.
Bob
Thanks!
_POST: Array ( [FName] => Bart (Test 3) [LName] => Paden [email] => [email]bart@softwarepartners.biz[/email] [Seminar] => THE GIFT OF LEADERSHIP [Church] => Joplin, MO - Christ's Church [submit] => send )
Case 1: Use table layout
E-mail: 'Yes' custom
Email sent
E-mail message
From: Bart (Test 3) [bart@softwarepartners.biz]
To: [email]info@jubileestl.org[/email], [email]admin@jubileestl.org[/email]
Subject: Clear Vision Seminar Signup
FName Bart (Test 3)
LName Paden
email [email]bart@softwarepartners.biz[/email]
Seminar THE GIFT OF LEADERSHIP
Church Joplin, MO - Christ's Church
