Customize SharePoint List Forms Layout easily
I found a good article to customize the layout of default SharePoint list forms easily.
(a) Just create a custom layout using HTML, CSS and instead of putting the form inputs in the layout, put a placeholder span in there.
(b) Include this file in the form using Content Editor WebPart.
(c) Also include the script given in the below link. This script is going to do the magic.
http://www.markrackley.net/2013/08/29/easy-custom-layouts-for-default-sharepoint-forms/
(a) Just create a custom layout using HTML, CSS and instead of putting the form inputs in the layout, put a placeholder span in there.
(b) Include this file in the form using Content Editor WebPart.
(c) Also include the script given in the below link. This script is going to do the magic.
http://www.markrackley.net/2013/08/29/easy-custom-layouts-for-default-sharepoint-forms/
Comments
Post a Comment