Hi there,
Does anyone have a landing page integration with Gravity Forms using a script?
This piece of the script works
jQuery(document).ready(initLanding);
$( "#gform_15" ).submit(function( event ) {
createObject();
but always sends the data whenever the Submit button is clicked and I want to find a solution to only send when the form is actually sending correctly.
I cannot use the Marketplace integration as I need the Matomo integration script.
Already asked on the Gravity Forms forum, but no response there.
Your help is highly appreciated