Does Chronoforms have a means of integrating with Google campaign urls (e.g. http://www.my-domain.org/?utm_source=alpha&utm_medium=beta&utm_term=gamma&utm_content=psi&utm_campaign=pi) so that the individual url parameters can be sent along with the form? We also want to get Adwords and BingAds data. Essentially, we want to be able to track the individual referral source for each form submission.
Hi sophopros,
ChronoForms automatically adds any URL parameters to the $form->data array in the On Load event (add a Debugger action temporarily to see exactly what is there). If you add hidden inputs with the same names then the values will be carried over to the On Submit event where you can save them.
Bob
ChronoForms automatically adds any URL parameters to the $form->data array in the On Load event (add a Debugger action temporarily to see exactly what is there). If you add hidden inputs with the same names then the values will be carried over to the On Submit event where you can save them.
Bob
This topic is locked and no more replies can be posted.