Good Morning,
I have a SharePoint site that I've been trying to fix up for awhile. I haven't had problems adding fields into the NewForm.aspx and EditForm.aspx, but Dispform.aspx seems like a whole different problem.
I've been using SharePoint Designer, and it looks as if all the other fields are displayed using this:
<xsl:value-of select="@Priority"/>
But when I go ahead and follow the same format to try to insert a new field, it continues to pull up empty values when I'm positive something should be there.
SHORT: How can I add fields to display on DispForm.aspx?
Any help would be GREATLY appreciated, I'm so stuck!
Thanks, E
SOLUTION:
I had forgotten to add my new columns under the Content Type of the List I was using. Thanks for the help!