Skip to main content

I have created a form with tabs at the top to separate the form into sections.  I used the Choice Control and created a panel for each section.  I then added rule to each panel.  So far so good, tabs worked as I wanted them to.  I only have an issue when I open an item in SharePoint i.e. view properties, this shows only last tab Treatment & Investigation and I can't tab through to see other pages. Ideally I would like the first tab to show, Employer Details, and then be able to tab through to see other sections. I have no idea why, does anybody know (screenshot below)?

195875_pastedImage_1.png

195876_pastedImage_2.png

195877_pastedImage_3.png

Any assistance would be appreciated.

Thanks

Please Try setting the Control Mode of the Choice Control (Tab) to Edit and they should be enabled in View Mode to Tab through.


Thanks Shaju, that worked well.  Before I close this question. any idea how to make the first tab the active one when I view it?


Hi Lisa,

NWF$(document).ready(function(){NWF$(':radio[value="YOUR FIRST TAB VALUE"]').attr('checked',true);});

Insert the above line in Form settings >> Custom JavScript, as follows:

202838_pastedImage_1.png

Hope this helps.

Thanks 

Azra


Reply