Hi !
I'm creating a custom email with the data of my form. When I use {data:checkbox1}, I have the value of the input instead of the value of the label. In Chronoform 5 we coud use "handle array" to show the label data.
But how it's done in Chronoforms 6 ?
Thanks !
I'm creating a custom email with the data of my form. When I use {data:checkbox1}, I have the value of the input instead of the value of the label. In Chronoform 5 we coud use "handle array" to show the label data.
But how it's done in Chronoforms 6 ?
Thanks !
Could always just do
<?php echo ($this->data("checkbox1", 0) ? "Ticked" : "Not Ticked"); ?>
This topic is locked and no more replies can be posted.