Hide a Tab when a checkbox is unchecked

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
coresoul
Posts: 23
Joined: Tue Feb 24, 2015

24 Feb 2015

how do i hide a Tab when a checkbox located outside of tab is unchecked.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

25 Feb 2015

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:

Code: Select all

if (fd.field('CheckboxField').value()) {
    // Checked
} else {
    // Unchecked
} 

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests