I have a form with multiple checkboxes. Unfortunately when I receive my emails, no checkboxes are shown.
I decided to test with your basicDemo form, adding the default three checkboxes to that form. I deleted the contents of the default email so that the program would automatically recreate the email.
On submission, the same issue. No checkboxes appear in the submitted form email.
Any advice?
Thanks.
I decided to test with your basicDemo form, adding the default three checkboxes to that form. I deleted the contents of the default email so that the program would automatically recreate the email.
On submission, the same issue. No checkboxes appear in the submitted form email.
Any advice?
Thanks.
Hi wdemilly,
Works fine here:
[attachment=0]13-02-2010 17-19-29.png[/attachment]
Created with the Wizard, minimal email set up, turned Debug on but otherwise 'out of the box'.
Bob
Works fine here:
[attachment=0]13-02-2010 17-19-29.png[/attachment]
Created with the Wizard, minimal email set up, turned Debug on but otherwise 'out of the box'.
Bob
thanks.
I'm a step closer, but now the form is sending {check0} no matter what box I check.
(here is page:http://www.ascentwealthadvisory.com/index.php?option=com_chronocontact&task=send&chronoformname=TestAutomatedTrading)
The check boxes (about 40 of them) are within a table. I've cleared the table of the tags referred to in the Form Code section but I suspect the issue is that I can't use checkboxes on the left side of a table?
thanks.
I'm a step closer, but now the form is sending {check0} no matter what box I check.
(here is page:http://www.ascentwealthadvisory.com/index.php?option=com_chronocontact&task=send&chronoformname=TestAutomatedTrading)
The check boxes (about 40 of them) are within a table. I've cleared the table of the tags referred to in the Form Code section but I suspect the issue is that I can't use checkboxes on the left side of a table?
thanks.
Hi wdemilly,
I looked at a couple and the names are check2 and check3. Are those names in the Email template?
Bob
I looked at a couple and the names are check2 and check3. Are those names in the Email template?
Bob
Hi Bob,
the only name in my email template is {check0}. Should it be something else? {check0} works in the demo form whether box 1, 2 or 3 is checked.
Sorry for being so thick-headed about this!
Thanks
Walter
the only name in my email template is {check0}. Should it be something else? {check0} works in the demo form whether box 1, 2 or 3 is checked.
Sorry for being so thick-headed about this!
Thanks
Walter
Hi wdemilly,
The template code is very simple minded. It says replace {xxx} with the value of the field names 'xxx', the name of the checkboxes in the Demo for is {check0} so the values appear. I'm guessing that you have no field named 'check0' in your form so nothing appears.
If you want to get ChronoForms to create a template for you using the names from your form (assuming that they are in the Form HTML) then clear the template of all code - including any non-visible code that you can only see by clicking the HTML button in the editor. Then save the form and ChronoForms will create a new tempalte from your Form HTML. For your form that may be much more information than you need in there.
Bob
The template code is very simple minded. It says replace {xxx} with the value of the field names 'xxx', the name of the checkboxes in the Demo for is {check0} so the values appear. I'm guessing that you have no field named 'check0' in your form so nothing appears.
If you want to get ChronoForms to create a template for you using the names from your form (assuming that they are in the Form HTML) then clear the template of all code - including any non-visible code that you can only see by clicking the HTML button in the editor. Then save the form and ChronoForms will create a new tempalte from your Form HTML. For your form that may be much more information than you need in there.
Bob
This topic is locked and no more replies can be posted.