Hi guys
Â
Sorry if the title isn't very descriptive.. I'm having an issue with my nintex form not letting me use Javascript to show and hide sections with buttons on the view mode, for example a user will click a button and it will hide all of the other content but show the selected content requested from selecting the button.
Â
I have enabled the buttons in the view mode also.
Â
Here is my javascript
Â
function ShowTab(Section){
   var rad = NWF$('#' + ButtonValueText);   Â
   NWF$(rad.find('label').Section]).click();
}
function ShowRiskArea(Section){
  ShowTab(1);
   var rad = NWF$('#' + chkRiskAreaTabs);    Â
   NWF$(rad.find('label')ÂSection]).click();
}
Â
Kind Regards,
Jack