I would like to reuse a .cfm page that isn’t in ColdBox. I can do this by posting a form to that .cfm page. The only problem is the posting page is within the ColdBox framework.
I tried
renderExternalView which only includes that page, not what I want
Setting the form action to my desired page which coldbox will try to read as in event
What else should I try? I would hate to take my application out of ColdBox.