Forum Discussion
MarkShnier
12 years agoQrew Cadet
no problem
Create a Formula email field [Program manager email] with the formula UsertoEmail([program manager]) and include that in the Mailto like
"MailTo:" & URLEncode([Program manager email])
I'm not sure if you need to URLEncode it, but it shouldn't hurt just in case the @ in email addresses is an illegal character.
As for the last part you should be able to simply have a line like
&"%0A%0A" & "Please contact me about this record "
& URLEncode (URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [record ID#])
Create a Formula email field [Program manager email] with the formula UsertoEmail([program manager]) and include that in the Mailto like
"MailTo:" & URLEncode([Program manager email])
I'm not sure if you need to URLEncode it, but it shouldn't hurt just in case the @ in email addresses is an illegal character.
As for the last part you should be able to simply have a line like
&"%0A%0A" & "Please contact me about this record "
& URLEncode (URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [record ID#])