For example this would go in an email template and with the contact ID variable replaced with the SF contact ID would prepopulate our survey with some info.
http://www.surveygizmo.com/s3/2127806/My-New-Survey?contactid={!Contact.Id}
I want to have this URL posted on each of our contacts for easy reference.
I created a custom contact field and tried to create a default value (I know this won't do anything for existing contacts, fine for our purposes)
I've tried different syntax, maybe I'm mising something but this is the default value I have currently
"http://www.surveygizmo.com/s3/2127806/My-New-Survey?contactid="+$User.ContactId
which doesn't give me any syntax errors, but populates on new contacts as
http://www.surveygizmo.com/s3/2127806/My-New-Survey?contactid=
No contact ID included.
What am I missing here, is this just not possible because a new contact doesn't get a contact ID until it is saved and so can't be populated as a default value? Any other ideas on how to get this populated correctly?
Any help is greatly appriciated.
Thank you.
2 réponses
Do you need to use the users contact ID? Based on your question you seem to want to use the contact for the account not the user's contact iD. have you tried that?