-
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Yes, I've tried it and my strategy works. Thanks for the hook & function, however,… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
The best I could come up with is to copy the form entry data from… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
I'm not sure what you mean by " that would actually “kill” the save form feature… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
By “finish the submission of the form programmatically” I mean, rather than the user going… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Also, thanks for the filter apply_filters( 'forminator_field_text_markup', $html, $field ) What other filters are there… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
So it doesn't get lost in all my updates, I asked earlier, but would really… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Update: I've come up with a possible solution for "finishing" a draft form programmatically. Please… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Thanks. Really all it has to do is trigger when the form loads. -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Do those hooks trigger when the form is submitted? Is there a hook or filter… -
Posted a reply to How to bulk delete form entries?, on the site WordPress.org Forums:
P.S. What is the select range for, anyway? Once you select a range, what can… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Thanks. Will that work with AJAX form submission? -
Posted a reply to How to bulk delete form entries?, on the site WordPress.org Forums:
Great, thanks! -
Created a topic, How to bulk delete form entries?, on the site WordPress.org Forums:
Is there a way to bulk delete form entries? I can only… -
Created a topic, Prevent ‘Save your info for secure 1-click checkout with Link’ popup?, on the site WordPress.org Forums:
Is there a way to prevent the 'Save your info for secu… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Thank you for your response. Will the hooks you listed work with Ajax submissions? One… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Thank you for your response. Will the hooks you listed work with Ajax submissions? -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
After much hunting around, I found a hook: forminator_form_ajax_submit_success Is this the one to use… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Update: Neither the 'forminator_custom_form_after_save_entry' nor the 'forminator_custom_form_after_handle_submit' hook seems to fire after submitting the form.… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Update: Upon testing this method (which I described in my last post), Forminator doesn't seem… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
@wpmudevsupport11, thanks. I am a coder, so this is the type of thing I was… -
Posted a reply to Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
@delanthear, they don't have such a list, unfortunately! They've told me in the past to… -
Created a topic, Use API hook/filter to populate fields before submit?, on the site WordPress.org Forums:
Is there an API hook or filter we could use to populat… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
There’s no built-in hook for when a group of async actions finishes, so if you’re… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
Okay, it's working now, hallelujah! I think the offending code may have been something I… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
Okay, I decided to deactivate the two custom plugins I had that were using the… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
There are a lot of other things not related to the async call that are… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
When I run the curl command, I get: curl -A "Mozilla/5.0" -I "https://www.humortimes.com/wp-admin/admin-ajax.php?action=as_async_request_queue_runner"HTTP/1.1 403 ForbiddenDate:… -
Posted a reply to Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
Thanks for the response. I've searched all the server logs, no errors are showing. When… -
Posted a reply to Hook to leave form and choose option elsewhere, then return?, on the site WordPress.org Forums:
I have left a positive review in the past and rated it 5 stars. -
Posted a reply to Hook to leave form and choose option elsewhere, then return?, on the site WordPress.org Forums:
Those are a couple good ideas, I will explore them. Thanks and thanks for the… -
Created a topic, Hook to leave form and choose option elsewhere, then return?, on the site WordPress.org Forums:
Is there a hook we could use to enable leaving the for… -
Posted a reply to ‘Newsletter loaded’ on every page, change that?, on the site WordPress.org Forums:
Ok, thanks! -
Posted a reply to Archive page shows medium size image, change to thumbnail?, on the site WordPress.org Forums:
Thank you. -
Posted a reply to Archive page shows medium size image, change to thumbnail?, on the site WordPress.org Forums:
I appreciate that, but I know GP has a lot of hooks for customizing things,… -
Created a topic, ‘Newsletter loaded’ on every page, change that?, on the site WordPress.org Forums:
I noticed "Newsletter loaded" in the browser console o… -
Created a topic, Archive page shows medium size image, change to thumbnail?, on the site WordPress.org Forums:
Our archive pages are showing the medium size image wi… -
Created a topic, Async actions get stuck in ‘past-due’, on the site WordPress.org Forums:
Using the 'as_enqueue_async_action' hook, all the jobs… -
Posted a reply to Writing to hidden fields after submission using API, on the site WordPress.org Forums:
Yes, I want to update form data which has already been submitted. So, no way… -
Posted a reply to Writing to hidden fields after submission using API, on the site WordPress.org Forums:
In the code provided at https://wordpress.org/support/topic/submit-data-to-another-db/#post-16744321, what does $module_object refer to? -
Posted a reply to Writing to hidden fields after submission using API, on the site WordPress.org Forums:
I'm confused. You say, "By default, this is not possible," but the link I gave… -
Posted a reply to Multiple ‘array to string conversion’ warnings caused by plugin, on the site WordPress.org Forums:
I believe this has been fixed. Thanks! -
Posted a reply to Largest Contentful Paint (LCP) issues, on the site WordPress.org Forums:
Any help on this would be appreciated. Thanks! -
Posted a reply to PHP warning: Function called incorrectly, on the site WordPress.org Forums:
Okay, I saw another post on this, and they suggested a fix that works. Other… -
Posted a reply to PHP warning: Function called incorrectly, on the site WordPress.org Forums:
Can I get a response on this from the plugin authors? It's an issue that… -
Posted a reply to Array to string conversion PHP errors, on the site WordPress.org Forums:
Can I get a reply to this? The plugin authors were so quick to address… -
Created a topic, Writing to fields after submission using API, on the site WordPress.org Forums:
I'd like to write to a hidden field in the database af… -
Created a topic, Largest Contentful Paint (LCP) issues, on the site WordPress.org Forums:
How can we deal with the Largest Contentful Paint (LCP… -
Created a topic, Array to string conversion PHP errors, on the site WordPress.org Forums:
I posted about a slow query a few days ago, and you fo… -
Posted a reply to Slow database queries by plugin, slows down website, on the site WordPress.org Forums:
Looks much, much better, thanks for being responsive to support requests and improving the app! -
Posted a reply to Form submission date, on the site WordPress.org Forums:
Okay, wasn't sure if that would insert the current date or not, thanks.