Feb 15th 2021 #1 Hi I am looking to create javascript variables using Perch. Is this possible and how would it work? And it is possible when creating multiple items in perch? So for example: var test = "Content submitted on Perch CMS"; Thanks
Feb 18th 2021 New #2 You can use something like the following Code <script> var test = "<perch:content id='value' />" <perch:repeater id="variables"> var <perch:content id='key' /> = "<perch:content id='value' />" </perch:repeater </script>