I have an email template in Salesforce that auto-fills various fields in a FormAssembly form. Conceptually everything is working fine. But when the template pre-fills the Full Name and Applicant's School fields with values that contain spaces (as you would expect), the live link that appears in the email message stops at the first space. I would think that Salesforce would embed %20 values or something to handle this. I know this can be done ... what's the trick?
Got it working. It appears that the solution is to use the Custom template type, not the HTML with Letterhead type. The Custom type properly translates HTML link code into a prompt with properly addressed link. Comments welcome re: other techniques.
Sometimes, depending on the configuration you're using, you might need to use a function like: URLENCODE or HYPERLINK to get Salesforce to encode the data right. For your case, it might be something like: