Whats the best way to present a list form to users? We are just starting to convert some of our dead-tree documents into SharePoint forms and workflows. What is the best way to present these forms without making users click Add New Form? Many people who have no SharePoint experience do no realize the little link under a list will get them their form. I want to present this so it is easily understood and so that we do not have to train everyone.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Some things I've done in the past are:
|
||||
|
|
|
InfoPath forms are pretty powerful, and can be used for stand-alone forms published to form libraries, or customized as list view forms. If you don't want to depend on InfoPath, you can always customize list views with SharePoint Designer, the out of box WebParts like the XsltListViewWebPart and some custom XSLT, or you can get creative with JavaScript or Silverlight. I generally prefer InfoPath, but it does require Server edition (not available on Foundation). |
|||
|