We have ChronoForms installed on a Joomla 1.5.14 server. We made 2 forms and neither of them are sending the emails after submission. We changed the debug option to on and we received the following output:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_0] => olmeda [text_1] => j [text_2] => estancias de san fnad [text_3] => 123` [text_5] => carolina [text_6] => pr [text_4] => 00985 [text_7] => vive urb ano [text_8] => [email]me@you.com[/email] [text_10] => 123456789 [text_11] => 123456789 [radio0] => Ikebana - Escorial [date_17] => 05/08/2009 [select_18] => 06:00PM [text_19] => 123456 [radio1] => Excellent [radio2] => Excellent [radio3] => Excellent [radio4] => Excellent [radio5] => Excellent [radio6] => Excellent [radio7] => Excellent [radio8] => Excellent [submit] => Submit [ea097b492697a9dfed0e6a70f89cde00] => 1 )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
BUT STILL GETTING NO EMAILS.
What's wrong with my forms?
Please help, thanks
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_0] => olmeda [text_1] => j [text_2] => estancias de san fnad [text_3] => 123` [text_5] => carolina [text_6] => pr [text_4] => 00985 [text_7] => vive urb ano [text_8] => [email]me@you.com[/email] [text_10] => 123456789 [text_11] => 123456789 [radio0] => Ikebana - Escorial [date_17] => 05/08/2009 [select_18] => 06:00PM [text_19] => 123456 [radio1] => Excellent [radio2] => Excellent [radio3] => Excellent [radio4] => Excellent [radio5] => Excellent [radio6] => Excellent [radio7] => Excellent [radio8] => Excellent [submit] => Submit [ea097b492697a9dfed0e6a70f89cde00] => 1 )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
BUT STILL GETTING NO EMAILS.
What's wrong with my forms?
Please help, thanks