In a mailto-script I encountered a funny problem with entries in a field. For some reason the mail was not generated properly, when there was a "&" in the company name. Is there a workaround for this? PER_COM::Name is a simple text field.
. . .
When ( PER::CompanyID = "" ; "" ; "Company: " & PER_COM::Name & "¶") &
. . .
I searched for Apple Mail and the urlencoding. I did not find any suggestions other than previously stated. It seemed to ignore the "&" in the field used for the subject. I tested (just the subject):
This is a Unicode character for "&" that is different and does not break the mailto:
There may be other characters that need to be exchanged as well if they are part of the URL syntax.
I leave you to test.
Beverly