We installed a Machform on our client's site in August. Everything was fine until a few days ago, when the form started reloading on about a 1-second loop, indefinitely.
https://www.buckeyeranch.com/contact-us
Mac Mojave 10.14.6
Chrome 80.0.3987.132 (Official build) (64-bit)
No recent code or scripting changes to the site
All extensions are disabled, and browser restarted after disabling
Incognito renders same result
The page uses the javascript implementation (form ID obfuscated):
<div id="mf_placeholder"
data-formurl="//br-machform-phi.azurewebsites.net/machform/embed.php?id=#####"
data-formheight="715"
data-formtitle="Contact Us"
data-paddingbottom="10">
</div>
<script>
(function(f,o,r,m){
r=f.createElement('script');r.async=1;r.src=o+'js/mf.js';
m=f.getElementById('mf_placeholder'); m.parentNode.insertBefore(r, m);
})(document,'//br-machform-phi.azurewebsites.net/machform/');
</script>
I should note that not every Chrome browser with these specs is seeing this, but most are.
I've seen comments on old threads reporting the same thing.
What can I tell our client about a solution? Thanks.