Hello,
I've been searching the forum for a while now on how to display the results of a checkbox in the email template. I need a Yes and No answer returned in the template... checked means yes and unchecked means no. Does anyone know how to do this.
BTW - We love ChronoForms... excellent job in development.
I've been searching the forum for a while now on how to display the results of a checkbox in the email template. I need a Yes and No answer returned in the template... checked means yes and unchecked means no. Does anyone know how to do this.
BTW - We love ChronoForms... excellent job in development.
Hi mangotti,
First, for an 'either-or' Yes/No response use Radio buttons, not checkboxes. Give both buttons the same name and set the values to 'Yes' and 'No':[code]<div><label for='name' class='class' >label</label>
First, for an 'either-or' Yes/No response use Radio buttons, not checkboxes. Give both buttons the same name and set the values to 'Yes' and 'No':[code]<div><label for='name' class='class' >label</label>
This topic is locked and no more replies can be posted.