Forums

Content Not Included

nash 12 Apr, 2009
I have read through the posted forums and am only more confused than I was when I started. I am using 1.5 and the current version of chronoforms.
When I test my form the content shows up in my email as {content} and eliminates the actual content. Is there a simple setting that I can change to allow this content to be submitted?
Also, the photos / attachments are not working. I think I set up the file extensions and kb max settings according to the programmer notes, but the below is the output to my email once it is submitted.
Here is an example of my test email submission.

(*) Required
*Article Title
j
*Content
{Content}
Photo 1

Photo 2

Photo 3

*Category
Exterior Painting
Author Name
j
User Name

Items You Want Posted
Name
Email
[email]w@2.com[/email]



Please help!!!
Max_admin 13 Apr, 2009
Hi,

please enable the DEBUG in the form general tab and show me the debug result!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
nash 14 Apr, 2009
* Form passed first SPAM check OK
* Form passed the submissions limit (if enabled) OK
* Form passed the Image verification (if enabled) OK
* Form passed the server side validation (if enabled) OK
* Form passed the plugins step (if enabled) OK
* Emails data loaded OK
* Form passed all before email code evaluation OK
* An email has been SENT successfully from (j)j@j.com to [email]willienash@gmail.com[/email]
* Debug End

_POST: Array ( [Title] => j [content] => j [category] => [Name] => j [User_Name] => j [check0] => Array ( [0] => Name ) [email] => [email]j@j.com[/email] [chrono_verification] => jrkuh [b6f27dc235f32c0c9f2a9482128e1dfa] => 1 )
E-mail message

From: j [j@j.com]
To: [email]willienash@gmail.com[/email]
Subject: New Article Submission

(*) Required
*Article Title
j
*Content
{Content}
Photo 1

Photo 2

Photo 3

*Category

Author Name
j
User Name

Items You Want Posted
Name
Email
[email]j@j.com[/email]


Submitted by 67.36.23.173
GreyHead 14 Apr, 2009
Hi Nash,

I suspect a capitalisation problem - the $_POST array shows [content] all lower case and the Template shows {Content} with an uppercase C.

That's also not the latest ChronoForms release as from RC 4 or thereabouts the $_FILES array is also shown in the DeBug info.

Bob
This topic is locked and no more replies can be posted.