I have a simple form that when filled out and submitted should redirect to a blank php with simple html in it. If I use onAfterInsert event the data filled out doesn’t make it to the table before the redirect occurs. if the event is called AFTER INSERT why does it redirect before insert? If I use settings->navigation->exit url it redirects to an error page “Confirm Form Resubmission”. Nobody told it to refresh the form. It should just display the simple blank php! What the heck is going on?!
edit: It would help if i disabled security first. It redirects fine now with the navigation setting but I still don’t see why the AFTER INSERT doesn’t do as advertised.