Hi, I had a very similar issue, but then I have found that GoogleId is product ID or SKU, important that this is unique. So I would not click sku as id if you do not have it.
Thread Starter
tradik
(@tradik)
It is not when you are doing SSL termination outside your server like cloudflare. Could you please fix that?
Thread Starter
tradik
(@tradik)
line 1486 && 1488:
$page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . ':' . $_SERVER["SERVER_PORT"] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
remove both:
':' . $_SERVER["SERVER_PORT"] .