Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Yes/No checked 02.11.2015 17:50
Hi,
for setting checkboxes checked by default, you can use the javascript tab to set the check as soon as the form loads. You only need to add this code:
CB("input[fldname=XXX]").attr("checked","checked");
at the first js tab of your calculator ('executed on loaded page'). You only need to replace XXX with the variable name you have entered for your field.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
for setting checkboxes checked by default, you can use the javascript tab to set the check as soon as the form loads. You only need to add this code:
CB("input[fldname=XXX]").attr("checked","checked");
at the first js tab of your calculator ('executed on loaded page'). You only need to replace XXX with the variable name you have entered for your field.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es