We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21414
    • 41 Posts
    I'd like to use a @select call similar to this:

    
    @SELECT `Role` FROM `pto_details` WHERE `name` = '[[*pagetitle]]'
    
    


    it works if I replace the [[*pagetitle]] tag with a actual name / title, but not with the tag in place.

    Is there a way I could get this information to insert itself into the @select? I am trying to get new pages to be more dynamic when it comes to the template variables.