Is it possible? I'd like something like this:
A main list page, say presenting a user's outstanding actions, so .../useractions_list.php
In the Visual Editor, I'd like to insert some code or "sub-form(s)" to show, e.g., the user's recent account history list probably from a view that returns his last 10 actions. Can I create a view (e.g. vw_useracc), and have a list page over it, delete its menu and other bits etc in the Visual Editor.
Then in the main useractions_list.php include vw_useracc_list.php? Any idea what the code snippet would be like? Would I use Require? or Include?
Any help welcomed!
Thanks.