Righto, so I've upgraded to v% of chronoforms, and applied the 25th december module update too, however I just cannot seem to get the details to come through in to an email. All that is displayed {input_name} for every input, except a text area, which is fine.
Additionally, I have all information set to record to a database, and this is happening perfectly. I can view the information submitted correctly, it's just the email that is notworking..
Lets answer some FAQs from V4(no V5 available yet) first:
Email body has input placeholders without data, for example: {input_name} or {input name}
1. If you have form inputs that are dynamically disabled then there will be no matching entry in the $form->data array and the email will show these values as {input_name}. The fix is to either use the built-in 'ghost' settings in the Wizard elements or to do this manually by adding hidden inputs with the same name at the beginning of the Form HTML.
There are no dynamically hidden fields
2. Input names should not contain any spaces or any special characters except underscores '_', and should start with a letter. You should fix this in your input names then make sure that the names match exactly in your email template.
Input names contain no spaces, some are even single word. Nothing aside from letters has been used.
3. If you made any changes to any of your fields names, then you will have to apply the same changes to the email template, or simply generate a new one.
Field names have not been changed. Have confirmed that they match the form code.
4. If ALL your input data are missing then you may have no server validation on your submission data, you should add one or more of the following to your form: Serverside validation (Auto and/or Custom), Captcha, ReCaptcha, Security question. A simple auto server side validation with few "required" fields should be enough, but it will not block spam bots, a Captcha is advised.
Captcha is present. Tried looking for serverside validation in the simple form designer, could not find.
5. If these are duplicated emails and the first copy had the correct content please see the Spam FAQ linked below.
Not a problem
Any other thoughts? All suggestions appreciated!
Additionally, I have all information set to record to a database, and this is happening perfectly. I can view the information submitted correctly, it's just the email that is notworking..
Lets answer some FAQs from V4(no V5 available yet) first:
Email body has input placeholders without data, for example: {input_name} or {input name}
1. If you have form inputs that are dynamically disabled then there will be no matching entry in the $form->data array and the email will show these values as {input_name}. The fix is to either use the built-in 'ghost' settings in the Wizard elements or to do this manually by adding hidden inputs with the same name at the beginning of the Form HTML.
There are no dynamically hidden fields
2. Input names should not contain any spaces or any special characters except underscores '_', and should start with a letter. You should fix this in your input names then make sure that the names match exactly in your email template.
Input names contain no spaces, some are even single word. Nothing aside from letters has been used.
3. If you made any changes to any of your fields names, then you will have to apply the same changes to the email template, or simply generate a new one.
Field names have not been changed. Have confirmed that they match the form code.
4. If ALL your input data are missing then you may have no server validation on your submission data, you should add one or more of the following to your form: Serverside validation (Auto and/or Custom), Captcha, ReCaptcha, Security question. A simple auto server side validation with few "required" fields should be enough, but it will not block spam bots, a Captcha is advised.
Captcha is present. Tried looking for serverside validation in the simple form designer, could not find.
5. If these are duplicated emails and the first copy had the correct content please see the Spam FAQ linked below.
Not a problem
Any other thoughts? All suggestions appreciated!