Is that possible past you my whole wordpress and help me to link it?
Hi, lets say i am using this how i know it is work and how pass the data to my custom api (postman api)?
<?php
add_action( 'forminator_form_after_save_entry', 'my_function', 10, 1);
function my_function( $form_id ) {
$form_id = 381;
$entries = Forminator_API::get_entries($form_id);
}