diff --git a/fancytokens.php b/fancytokens.php index b9ee858..44d40af 100644 --- a/fancytokens.php +++ b/fancytokens.php @@ -692,7 +692,7 @@ $protocol = $isSecure ? 'https://' : 'http://'; foreach ( $contactIDs as $cid ) { $tmp_checksum = CRM_Contact_BAO_Contact_Utils::generateChecksum($cid); - $full_webform_link = $partial_webform_link_url."?"."cs=".$tmp_checksum."&cid=".$cid; + $full_webform_link = $partial_webform_link_url."cs=".$tmp_checksum."&cid=".$cid; $tmp_webform_html = "".$link_label.""; $values[$cid][$token_to_fill] = $tmp_webform_html;