Replies: 0
Hi there, I’m trying to do my own way to handle the POST method for the Form Submit, and I’m trying to disable/remove the action/function that makes the default way, I have found the script and read it just to understand it, I also found the “wp_ajax_forminator_submit_form_’ . static::$entry_type, array( $this, ‘save_entry’ )“, which in my case I asume is the same as“wp_ajax_forminator_submit_form_custom-forms, array(‘Forminator_Front_Action’, ‘save_entry’)“
And knowing this I have tried to do a remove_action() on my functions.php so I can make my handler, but it doesn’t work. Is this even possible somehow? or is there a way that I can’t see
Thanks in advance, I will appreciate every help:)
Kind regards,