Remove gtooltip() function or call at least

huubs 17 May, 2018
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.
huubs 17 May, 2018
formObj.find(".input-tooltip").gtooltip();

I want to remove this.
GreyHead 18 May, 2018
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
huubs 18 May, 2018
I have found the solution:

admin/chronoforms/actions/html/html.php

It's about chronoforms5
GreyHead 18 May, 2018
Hi Huubs,

In CFv5 for WordPress the JavaScript should be in "\chronoforms5\cegcore\assets\gplugins\gtooltip"

Bob
huubs 18 May, 2018
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.
This topic is locked and no more replies can be posted.