Sharepoint Form
-
Hi Board, How would I setup a sharepoint form in Sharepoint 2010/2013> I want to create it so if one field is answered yes/no the rest of the fields wouldn't show up.
-
Hi Board, How would I setup a sharepoint form in Sharepoint 2010/2013> I want to create it so if one field is answered yes/no the rest of the fields wouldn't show up.
This could be done a couple of ways: Firstly InfoPath could do this see Edit list forms using InfoPath 2010 in SharePoint Designer - SharePoint[^] Second you could use something a Jquery/JS solution, take a look at Create Custom HTML Forms for SharePoint with this jQuery Plugin | Michael Soriano[^] Thirdly, you could do a custom form in ASPX/C# see: Sohel's Blog: SharePoint: Custom add/edit/display form for list[^] -DB