Enter in default value to populate a pull down with a list of pagetitles (this one no longer seems to work, don't know why) @SELECT pagetitle, pagetitle FROM modx_site_content WHERE parent='235' Place this in the "Input Options Values" field. @EVAL return substr($modx->runSnippet('Ditto', array("parents"=>"2","depth"=>"1","display"=>"all","filter"=>"pagetitle,x,2", "sortBy"=>"pagetitle","sortDir"=>"ASC", "tpl"=>"@CODE ||[+pagetitle+]==[+pagetitle+]")), 2); Note: filter is anything not equal to x |