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 ).
Hi If we use Call Hook action and
throw new Action_Exception( 'anything' ) )->dynamic_success()
orthrow new Action_Exception( 'success' ) )
, when we usejet-form-builder/form-handler/after-send
hook, the$is_success
isfalse
in thefunction( $handler, bool $is_success )
.It's
true
only if we throw nothing.