I've followed the joomla reg tutorial and the form i've created is half working.
It executes the code but it's not sending the user or the admin an email. (ie verification email). Any help please.
Emails have been turned on in the plugin and in ChronoForms.
PS. The normal joomla registration is working.
Hi chaten,
Please turn on Debug for the form and copy and paste here the information that shows after you submit the form. A screenshot of the Email Setup might also be useful.
Bob
Hello Grey head,
Thank you very much.
NOTES: Originally the form was ENABLED with the email setup filled out and it didn't work. It didn't mention the email setup in the PDF so i tried it without and it still didn't work.
Debug with no email setup:
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] => chaten03 [text_1] => chaten03 [text_2] => [email]info@conceptstore.co.uk[/email] [text_5] => chaten [text_6] => chaten [chrono_verification] => uMxJq [button_9] => Submit [07370d7e36290e80ec4559d6a4a04bcc] => 1 [1cf1] => b74304b418faf7fa08137dac91f6928d [chronoformname] => Register )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
Debug with email setup:
From: website [....@infinityassociates.co.uk]
To: [email]....@infinityassociates.co.uk[/email]
CC:
BCC:
Subject: New signup
Name chaten
Username chaten
Email [email]chaten@conceptstore.co.uk[/email]
Password chaten
Confirm Password chaten
Verify {imageverification}
Submitted by 82.5.126.180
Files:
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] => chaten [text_1] => chaten [text_2] => [email]chaten@conceptstore.co.uk[/email] [text_5] => chaten [text_6] => chaten [chrono_verification] => L9HyT [button_9] => Submit [07370d7e36290e80ec4559d6a4a04bcc] => 1 [1cf1] => b74304b418faf7fa08137dac91f6928d [chronoformname] => Register )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (website)....@infinityassociates.co.uk to [email]...@infinityassociates.co.uk[/email]
9. Debug End
Screenshot attached
If its too much trouble then please don't worry, don't go out of your way. I've managed to make a workaround using Joomlas user component but it really did baffle me.
Thanks once again.