Dropdown of Content Items to get the ID (or UDI) of the content picked
Hi,
I have a form that creates a content item on submit, but i want the person filling in the form to be able to pick a content item from a dropdown list and when that is saved the value in the content item be either the ID or UDI of the content item they picked.
prevalue for items
So i have created a pre-value for forms that lists all the items of a type.
//*[@nodeTypeAlias='venuePage']
I can then put this is a dropdown - so the user can pick the venue in the form.
but when it is saved into the content Item this saves the value (e.g. bob's house) into the property - when i want it to save the ID or UDI of the value into the property.
are there any fields to do this, or is it a custom field / workflow step i need?
Dropdown of Content Items to get the ID (or UDI) of the content picked
Hi,
I have a form that creates a content item on submit, but i want the person filling in the form to be able to pick a content item from a dropdown list and when that is saved the value in the content item be either the ID or UDI of the content item they picked.
prevalue for items So i have created a pre-value for forms that lists all the items of a type.
I can then put this is a dropdown - so the user can pick the venue in the form.
but when it is saved into the content Item this saves the value (e.g. bob's house) into the property - when i want it to save the ID or UDI of the value into the property.
are there any fields to do this, or is it a custom field / workflow step i need?
is working on a reply...