Hi karbon,
The code there should still work OK with ChronoForms v5 and Joomla! 3; it may be that Google has changed the specification for recording tracking.
Do you see any JavaScript errors on the page?
Bob
Hi karbon,
Please post a link to the form so I can take a quick look.
NB: I recommend that you don't use the On Success events in general. Put actions that need to follow 'success' in the main on Submit event. It just keeps your forms tidier.
Bob
I've tried to put my code in On Submit event.
In my confirmation page source I don't see the tracking.
I've put another tracking in On Load event and this one is visible in the form page source, before submission.
I think this one will work.
Put problem is for the On Submit tracking.
I give you URL in PM
thanks
ok, I try.
but first line is $doc = JFactory::getDocument();
not $doc =& JFactory::getDocument();
?
Hi karbon,
The & is deprecated in PHP 5.3 (or is it 5.4) and may show a PHP warning message if it is included if you are using Joomla! 3
Bob
ok
in all case, I don't see the google conversion code in the validation form page.
with or without &
Hi karbon,
Exactly what code have you added and where have you put it?
Bob