Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoIt is likely the single quote in Hi Jimmy hope you're .....
Try this
var text Body = SearchAndReplace([Body],"'",""); // change the single quote to null
"mailto:" & [External Email Addresses] & "?subject=" & URLEncode([Email Subject]) & "&body=" & URLEncode($Body) & "&cc=" & URLEncode([Internal Email List])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Try this
var text Body = SearchAndReplace([Body],"'",""); // change the single quote to null
"mailto:" & [External Email Addresses] & "?subject=" & URLEncode([Email Subject]) & "&body=" & URLEncode($Body) & "&cc=" & URLEncode([Internal Email List])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
IvanWeiss
5 years agoQrew Captain
In fact I tried cutting the entire body and just typing the word "test" without quotes in there and the button still do not work. When I remove the &body from the mailto statement the button works right.
It is a multi-line text field
------------------------------
Ivan Weiss
------------------------------
It is a multi-line text field
------------------------------
Ivan Weiss
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
Are you saying that it only fails on this record?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- IvanWeiss5 years agoQrew CaptainCorrect, other records work fine.
------------------------------
Ivan Weiss
------------------------------- MarkShnier__You5 years ago
Qrew Legend
well if the Body is not the culprit, the what's in the other field must be.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------