perch:content value used to set id of another perch:content nathanaelphilip Feb 13th 2019 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.
perch:content value used to set id of another perch:content nathanaelphilip Feb 12th 2019 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!