Tabs for sharepoint list forms using Jquery
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipTOxdNSgin3yjiuGVysyCiq0HcEmm3ZSXJV8Y2H9brAurB5FuS2uRxEuWChmopWgH4uYvppgbakfCkXMSdxy4uBlEsQX3zLKuAl7wZVFM6XJqxQ5e2tiIj7GVDrD_IbxSgHdje9wqJbo/s400/Page.png)
When the fields on the Form exceeds the viewable range and we get a vertical scroll, we need to customize the sharepoint forms to display the page with out scroll. scrolling is something that should be avoided for a optimum user experience. we can customize our sharepoint forms to display the content in a different way so that user does not have to scroll to fill the details in the list form. one of the best solution is to display the fields in tabbed format. lets she how w can cusstomizae our sharepoint list to display the fields on tabs using JQuery. First download the required JQuery files from Jquery.com as given below http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css http://code.jquery.com/jquery-1.10.2.js http://code.jquery.com/ui/1.11.4/jquery-ui.js Go to SharePoint Designer Create a page as shown below: ...