I have gone through the tutorial for generic joomla registration and tried to piece together the delta for CB, but I'm running into multiple problems that mostly seem to be related to validations:
A successful registration creates a new user in the user DB, but takes me to a blank page (index.php?option=com_chronocontact&task=send&chronoformname=registration) rather than my defined landing page.
An unsuccessful registration (like, if I use the same email address as someone who has already registered) takes me to my defined landing page but does not create a user in the DB...
Email notifications are not sent in either instance, to either admins or registrants.
A password mismatch gives me a very ugly (500 - PASSWORD DO NOT MATCH.) result and if I hit the back button, I have to start over with a blank form all over again. (Surely there must be a more elegant way of handling password mismatch than super ugly 500 server error followed by requiring user to re-enter everything from scratch?)
The list goes on, but rather than try to troubleshoot 15 problems through the forums, is there a document anywhere can help me here? The generic tutorial is kinda helpful, but I'm thinking that specific instructions for CB registration could save me (and you!) a lot of time given the large number of problems that I'm having...
A successful registration creates a new user in the user DB, but takes me to a blank page (index.php?option=com_chronocontact&task=send&chronoformname=registration) rather than my defined landing page.
An unsuccessful registration (like, if I use the same email address as someone who has already registered) takes me to my defined landing page but does not create a user in the DB...
Email notifications are not sent in either instance, to either admins or registrants.
A password mismatch gives me a very ugly (500 - PASSWORD DO NOT MATCH.) result and if I hit the back button, I have to start over with a blank form all over again. (Surely there must be a more elegant way of handling password mismatch than super ugly 500 server error followed by requiring user to re-enter everything from scratch?)
The list goes on, but rather than try to troubleshoot 15 problems through the forums, is there a document anywhere can help me here? The generic tutorial is kinda helpful, but I'm thinking that specific instructions for CB registration could save me (and you!) a lot of time given the large number of problems that I'm having...