Page 1 of 1

Display ID of list item in form

Posted: 05 Apr 2019
by MaxB
Hello
Can anybody tell me how I can display the ID of a list item in a form? It doesn't appear on the field list of a form, although I can use this field in SharePoint views.

Thanks!
Max

Re: Display ID of list item in form

Posted: 05 Apr 2019
by Nikita Kurguzov
Dear Max,
One option could be to place an HTML-control onto your form, switch its CDATA property to False and put the following code into the Content property:

Code: Select all

<xsl:value-of select="@ID" />
Of course, you can add some text, some other HTML tags and styles to customize it to your liking.

Re: Display ID of list item in form

Posted: 05 Apr 2019
by MaxB
Many thanks, Nikita - works perfectly! Cheers...

Display ID of list item in form

Posted: 25 Apr 2019
by benniefuT
Hi,
Maybe Ive missed it, but, how can I change the cost of an item while preparing a

Re: Display ID of list item in form

Posted: 25 Apr 2019
by Nikita Kurguzov
Dear benniefuT,
What do you mean? Can you give more information? You can also contact us at support@spform.com