cross-domain top level domain link example


Form with cross-domain onSubmit GA function:


Form with action being a php file which redirects to html page:

Contents of PHP file

$redirect = "http://www.designaroundus.com/ga2.html";
header("Location: " . $redirect . '?' . $_SERVER['QUERY_STRING']);

Form with validation function and with action being a php file which redirect to html page:



Testing referral url instead of server[query_string]