Page list

Permalink
Hello,

I am trying to create a select box that list all of the pages below a page
I am using c5s page selector, but appear to be getting nowhere.
$pageSelector = Loader::helper('form/page_selector');


Below is what I am trying to achieve - i need to list pages like this but cannot see any addons. Any help is appreciated.
<select name="">
                       <option value="page cID">Page name</option>
                        <option value="page cID">Page name</option>
                        <option value="page cID">Page name</option>
                        <option value="page cID">Page name</option>
                    </select>

 
wagdi replied on at Permalink Reply
wagdi
Have you tried the 'page list' block? It comes built in to C5.
obaudains replied on at Permalink Reply
I need them in a form as I have listed (inside the <option tag with the page id as the value).

How would i utilize that to achieve this..?