Sorry to say this is not the Answer that I am looking for
While the User Click Submit button which hooks triggered
I can fetch the data from the link you provided But I need a trigger hook while the user submits the form then I want to get all data so can you please provide me that hook
like wp_foirm provide this hook
add_action( ‘wpforms_process_before’, array( $this, ‘myaction ‘ ));
Gravity form
add_action( ‘gform_pre_submission’, array( $this, ‘myaction ‘ ) );