Conditional formatting

Discussions about Forms Designer for SharePoint 2010.
User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

15 Jun 2014

Hi,

Please, try the code below:

Code: Select all

var status = fd.field('Test Status').value();
if (status == 'Completed') {
  $('#s4-ribbonrow').hide();
} else {
  $('#s4-ribbonrow').show();
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests