@michaelh
Thanks, I should have said that I was already aware of these plugins. As with many professional PHP developers, I have an aversion to using eval() to execute code; probably more of an aversion than I really need to have, but still.
@beel
Thanks for the tip, and for the Google link. I’ll take a look at them and see how I go.
For what it’s worth, I’ve actually made some headway since I posted this topic with using custom WP page templates. I may have missed the point while reading the Codex, but it wasn’t obvious to me that you can use WP pages based on custom templates that will be interpreted dynamically from the template when called, rather than statically from the WP page.
So, my current solution, which seems to be working, is to create a ‘template’ called feedbackform.php in my theme directory, with all of the funcationality built in that I need as well as having the site’s theme / css available, then create a page in WP based on that template, and use the page_id / slug to execute the code in the custom template.
While this process is described on the Codex in Creative a Search Page, it didn’t stand out as being the answer I was looking for when I first read through it. A second read, and some experimentation, has proven otherwise.
I’ll still go through the links you provided, Beel, since it seems these might offer me even more development freedom than the solution above.
Thanks to both!
Much warmth,
planetthoughtful