a1mery
a1mery

Reputation: 271

How to display item ID in Edit Form

Is there an easy way to display the item ID in the edit form of a list? Or the only solution is to get it from the URL? Thanks for your answers.

Aimery

Upvotes: 2

Views: 4023

Answers (1)

M.P.
M.P.

Reputation: 272

If you have Sharepoint Designer available.

You can make a custom edit form. There you should be able to add the ID field.

With the xsl tag: <xsl:value-of select="@ID" />

Upvotes: 1

Related Questions