Tracking ZOHO Campaign traffic in SalesIQ

Tracking ZOHO Campaign traffic in SalesIQ

I'm having trouble using "Smart Identifiers" and the Campaign link.

The Smart Identifier doesn't seem to work correctly, it shows the first and last names as FNAME and LNAME even though there is a First and Last name in the contact information. The contact also shows up as new visitor rather than going to the "Current Visit Source is Campaign" column.

When I use the Campaign Link " http://zohosalesiq.com/?siq_name= $[FNAME]$ $[LNAME]$ &siq_email= $[EMAIL]$" I get the following error when the link is clicked in the Campaign:

" Invalid input. Please press your browser's back button and re-attempt your submission.

Please double-check that the characters you entered are normal A-Z or 0-9 alphanumeric letters or numbers. If you are using any special symbols in your submission, please remove them, and then re-submit your request.

Example of special characters would be the following: !@#$%^&*-(),+={}?:"

If you continue to experience problems, please contact customer service with the following information:

Time of error: 2/2/2016 2:23:42 PM CST

Field Name: siq_email

Web Page: /Default.asp

Website: estore.tradeshow-stuff.com"


I set up the link as follows: 

a href=" http://estore.tradeshow-stuff.com/?siq_name=$[FNAME]$ $[LNAME]$&siq_email=$[EMAIL]$" 

This is added to the link after the html is saved for some reason: zcurl_name="l_0"

I know it's getting the name and email based on the URL in the browser as seen here:


I also need help using the link for a web address that ends in HTM or HTML. For example, would this link " http://estore.tradeshow-stuff.com/Retractable-Banners-s/61.htm" be changed to " http://estore.tradeshow-stuff.com/Retractable-Banners-s/61.htm/?siq_name=$[FNAME]$ $[LNAME]$&siq_email=$[EMAIL]$"

Thank you.