foqeel
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [WooCommerce] Custom checkout block base checkoutWoocommerace API how can I get custom filed in block base checkout If field location contact or order if the location is address able to get but if location order or contact how can we fetch the custom field value on the ‘woocommerce_store_api_cart_update_customer_from_request hook can you explain its simple if you can update your plugin
Yes I have one more
forminator_form_after_save_entry working on this hook and I want to fetch the user’s current submitted form id and labels and entries but not able to get the current submitted form is any other way- This reply was modified 3 years, 6 months ago by foqeel.
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 ‘ ) );