Show ID on Display Form
- Adam Reyes
- Posts: 35
- Joined: Tue Mar 04, 2014
I can't seem to find any posts related to showing the ID of a submitted item on the Display form. I use a simple Rich Text control for the form and display something like Ticket # [ID] but that doesn't seem to work as when I go to the display form it's just blank. Is there another internal name I should be using to reference the ID field?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi Adam,
Please, place HTML-control onto your form, switch its CDATA property to False and put the following code into the Content property:
Please, place 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" />
-
- Information
-
Who is online
Users browsing this forum: No registered users and 9 guests