Closed ajdruff closed 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 );
$this->sendFormResponse()
method, whereas the support form is not. I added it to hookFormActionAjaxContactSupport();
$this->debugSupportForm(false);
and tried again.$this->sendFormResponse()
to the last part of the code after the handler was done.
When submitting the support form, it hangs and doesn't complete submission