Hello!
Is it possible to use the value of on <perch:content> tag to get the value of another?
Example:
<perch:content id="<perch:content id="id_of_field">">
Thank you!
Hello!
Is it possible to use the value of on <perch:content> tag to get the value of another?
Example:
<perch:content id="<perch:content id="id_of_field">">
Thank you!
I have a list of fields that contain a URL. I then have a select box that allows the User to choose a featured URL. My goal was to use the ID of the URL as the value of the <select> so that I could just grab the URL from that list of fields.