Hide a Tab when a checkbox is unchecked
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Please, follow the instructions from my post:
http://spform.com/forms-designer- ... point-2010
To get the current check-box status use the code below:
http://spform.com/forms-designer- ... point-2010
To get the current check-box status use the code below:
Code: Select all
if (fd.field('CheckboxField').value()) {
// Checked
} else {
// Unchecked
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 10 guests