Maybe I get a faster response here, sorry for spamming. I just cannot seem to fix this issue on my own. How to remove this function in the javascript? It get generated per form and I cannot seem to delete it. I get gtooltip not found. Please someone, help me please.
formObj.find(".input-tooltip").gtooltip();
I want to remove this.
Hi huubs,
I did a search on the CFv6.0.7 files and don't see any reference to gtootip() Which version are you using?
Bob
I have found the solution:
admin/chronoforms/actions/html/html.php
It's about chronoforms5
Hi Huubs,
In CFv5 for WordPress the JavaScript should be in "\chronoforms5\cegcore\assets\gplugins\gtooltip"
Bob
Yeah I just wanted to remove the javascript that gets generated per form, which calls that gtooltip function. I deleted that line of code and now its working flawlessly.