How to combine link tracking with attributes?

Hi,

is it possible to combine link tracking with attributes? I’ve tried to completely disable tracking links
define(‘ALWAYS_ADD_USERTRACK’,0);
define(‘CLICKTRACK’, 0);

but the link is always converted to http://…/lists/lt.php?id=Kx1UTVEdBA, so trying something similar to

does not work due to link tracking.

So instead of

viewform?entry.338517941=VALUE_FOR_ATTRIBUTE_NAME&entry.815936159=VALUE_FOR_EMAIL

I get

viewform?entry.338517941=[NAME]&entry.815936159=[EMAIL]

Thank you,
Catalin

This should turn-off click tracking, so long as you do not have another define of CLICKTRACK earlier in your config.php file.