Forum Discussion
JWJ
Mar 13, 2019Copper Contributor
Modify EditForm.aspx and DispForm.aspx on Document/Image Library
I've been tasked to make the current out of the box form view for editing or just viewing item properties more user friendly. I'm using SharePoint 2013 On-Prem. We have a content type that has 26 fie...
alomperta
Mar 20, 2019Copper Contributor
Hi Jeremy,
In attached you can find part of my HTML code, which I used with my list with ~70 questions.
That code helped me make the new and edit form look more friendly.
You can find there, how I refered to the columns in SP Designer.
Examples:
- <xsl:value-of select="@Title"/>
- <SharePoint:FormField FieldName="Author" runat="server" ControlMode="Display" DisableInputFieldLabel="true" />
- <xsl:value-of select="@NewColumn1"/>
I hope it is something that you searched :)