Hide disable a tab with a check box
Posted: 06 Mar 2017
Hi,
I would like to enable a tab when a check box is ticked and when unticked the tab is disabled. I have seen;
if (fd.field('CheckboxField').value()) {
// Checked
} else {
// Unchecked
}
and http://spform.com/forms-designer- ... point-2010
however i am unsure how to layout the correct javascript to disale/enable a tab with a check box.
I have a similar thing working else where but its not based on a check box
I would like to enable a tab when a check box is ticked and when unticked the tab is disabled. I have seen;
if (fd.field('CheckboxField').value()) {
// Checked
} else {
// Unchecked
}
and http://spform.com/forms-designer- ... point-2010
however i am unsure how to layout the correct javascript to disale/enable a tab with a check box.
I have a similar thing working else where but its not based on a check box