Google Contact Event

  • Posted in : cvCard WP
  • nachtwandler
    Participant

    Hello,

    i want to track a Google Event on the Contact “Send” Button – where i find the function for my onclick in the Code?

    Mehmet S.
    Keymaster

    Hi, you can use this in your Appearance > Theme Options > Style > External JS field:

    <script>
    jQuery(document).ready(function($)
    {
    	$( '#contact-form .submit' ).click(function()
    	{
    		// your staff here.
    	});
    });
    </script>
    

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register