Web Whales
Forum Replies Created
-
Hi @yvett , @lucstofpruuk & @joelledw ,
Let me start of by making apologies for the late response, we clearly did not have our notifications correctly set up. We have adjusted this so we can respond more quickly next time.
I think you guys are completely correct with suggesting that we need to add the dependency:
jquery&jquery-validateto the functionwp_enqueue_scriptthat currently loads thespotler-form-additionshandle.The suggestion regarding bundling the script
static.mailplus.nl/jq/jquery.validate.min.jsthat @yvett made is also a solid improvement.Thanks a lot for the thorough research you guys have been doing, this helped a lot. I again apologize for the late response, I can imagine that this is a dire situation given that this can/will block leads.
We plan on releasing the fix next week.
Forum: Plugins
In reply to: [Spotler Mail+ Forms] BUG: ajax url hardcodedThanks for reporting this, the hardcoded path was not the correct implementation. The hardcoded path indeed breaks on Bedrock and subdirectory installations.
We’ve updated the plugin to use WordPress it’s
admin_url()php function instead, which correctly handles all installation types. This fix is included in the latest release.Forum: Plugins
In reply to: [Spotler Mail+ Forms] Uninitialized string offsetThanks for reporting this! We’ve applied a change that solves this PHP 8.3 compatibility issue. Updating to the latest version should clear up those log warnings.
Forum: Plugins
In reply to: [Spotler Mail+ Forms] Failing API requests will never time outThanks for bringing this up and even suggesting the fix. We’ve added a 10-second timeout (and 5-second connection timeout) as default values.
If you need to adjust these, you can use the
mailplus_forms_client_timeoutandmailplus_forms_client_connect_timeoutfilters. This fix will is included in the latest release.