ajdruff / nomstock-com

Nomstock.Com Website Code Libraries
0 stars 0 forks source link

Support Form hangs on submission #5

Closed ajdruff closed 10 years ago

ajdruff commented 10 years ago

When submitting the support form, it hangs and doesn't complete submission

ajdruff commented 10 years ago

cause: \ Form was never updated to use the most recent response model. fix:** added $this->sendFormResponse() to hookFormActionAjaxContactSupport() found in Forms.php / Nomstock_Com_Modules_Forms extends Nomstock_Com_Base_v1c2_Plugin_Module

troubleshooting:

        $this->debug()->setMethodFilter( '.*_SubmitForm.*', true );
          $this->debug()->setMethodFilter( 'hookFormActionAjaxContactSupport', true );