I am trying to transition PL/SQL pages that use forms and complex logic to Apex. I know how to get them to display using PL/SQL Regions, and use dynamic actions to call Javascript code when they are clicked already. But our PL/SQL prints out a form and originally when you hit the "Submit" button it sets a hidden action field to tell the code what the user wants to do (update, search, delete, etc) based on the button they hit and then submits the form.
But Apex appears to be removing the form when I call the PL/SQL region, does anyone have any advice? I verified that it removes the form through Firebug by the way,