Form should not be loaded before scripts are initialized
-
Hi,
We’re experiencing an issue with forms on our WordPress website using the official MailPlus Forms plugin.
Issue
Sometimes the validation script (jquery.validate.min.js) is not loaded (or not loaded in time). When this happens:- A math question (e.g. “4 + 4”) briefly appears in the form and disappears
Findings
- When the script
https://static.mailplus.nl/jq/jquery.validate.min.jsis blocked or delayed, the issue consistently reproduces - This suggests the form is rendered/usable before all required validation scripts are fully loaded
Expected behavior
The form should not be submittable (or fully initialized) until all required scripts, including validation, are properly loaded and ready.Request
Could you investigate why the validation script is not reliably loaded or initialized? Ideally, the plugin should:- Ensure required scripts are always loaded before the form becomes interactive
- Gracefully handle delayed script loading without breaking validation
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.