Crocoblock / jetformbuilder

80 stars 16 forks source link

[Issue] 'jet-form-builder/form-handler/after-send' hook, gets the wrong form result #334

Closed bytepack closed 1 year ago

bytepack commented 1 year ago

Hi If we use Call Hook action and throw new Action_Exception( 'anything' ) )->dynamic_success() or throw new Action_Exception( 'success' ) ) , when we use jet-form-builder/form-handler/after-send hook, the $is_success is false in the function( $handler, bool $is_success ).

It's true only if we throw nothing.

girafffee commented 1 year ago

Thank you for reporting!