Forums

Second Time- Forms behave ddly- double up

destrecht 19 Apr, 2018
This is the second time I've posted this.


I'm using wordpress, the most recent version I could find of chronoforms, and it's on godaddy.
http://www.t3commercialcapital.com/test/


I've made another form on the contact page where this isn't an issue.

When I type something in, at first it's duplicated, then an underscore appears there. for instance, if I typed the word "text" the first keystroke would be TT and the second one would make it look like this. T_ee. The third one would make it like this T_e_xx and so on.This make the form pretty much unusable, and I just spent a LONG time on it.
GreyHead 19 Apr, 2018
Hi destrecht,

If I disable JavaScript on the page then the text is entered normally so the problem is with a script you are running. Looking at the JavaScript on the page the most likely candidate is the tcc_l 'Monitoring' script that GoDaddy is adding to the end of your page
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0117'})
// Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script>
<script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script>
</html>
Bob
destrecht 19 Apr, 2018
frickin godaddy. I don't usually use them, but the customer already had an account.
I'll try it.
destrecht 19 Apr, 2018
I've been messing around with it and can't seem to figure it out. I got that script gone- it's a godaddy thing. I was able to just turn it off.
I tried some of the async plugins, but they didn't change anything. I tried changing to an older theme, and it didn't seem to change anything.

Is there a way to figure out what the conflict is?
GreyHead 20 Apr, 2018
Hi destrecht,

Only by going through and disabling scripts until you find the culprit. In Joomla I would check using &tmpl=component in the URL to show the form without the template - I don't know if there is a WordPress equivalent you can use that way.

I looked through the page again and there is an UnderScore Debounce function being loaded in the template code that looks as if it might be doing something odd. It is at line 5 of wp-content/themes/Divi/js/custom.min.js?ver=3.0.98

Bob
destrecht 20 Apr, 2018
I just gave up. I bought this originally for Joomla- it works well there. I decided to remake the form in Visual Form Builder. It doesn't have the logic (Unless my client decides to invest in the pro version) but it doesn't misbehave either.
This topic is locked and no more replies can be posted.