Feb 2nd 2019 #1 I have a variable on my page Code $clientname = ""; Is it possible for editors to enter text in the control panel which can be fed into this variable and if so, how would I do this?
Feb 3rd 2019 #2 Hello Loudon, You can achieve this with a Content Region. You can return the region instead of outputting it by setting the second parameter as `true`: PHP $clientname = perch_content('Client name', true);