Show ID on Display Form
Posted by Adam Reyes - Dec 1 ’14 at 01:15
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 KozlovAdminMember for: 9 years 4 months 11 days
Hi Adam,
Please, place HTML-control onto your form, switch its CDATA property to False and put the following code into the Content property:
<xsl:value-of select="@ID" />
-
Adam ReyesMemberMember for: 8 years 9 months 29 days
That worked! Thanks so much!
Displaying 1 to 2 of 2 messages