Hello! I'm trying to build "Mailto" into a button and I'm coming up against something strange. The "A" from the word Additional is missing when the email launches. Is anything standing out with my formula that would possibly cause that?
And((SubmitForm(Form9) & Launch("mailto: " & DataCardValue82.Text & "?cc=test@test.com&subject= Your Advisor Request for EPS/Hub has been reviewed &body=" & "Hello, the request for advisor " & DataCardValue61.Text & " has been " & DataCardValue65.Selected.Value & "%0D%A"
& "Additional Notes: " & DataCardValue64.Text))) & Navigate(SavedSuccess)
Solved! Go to Solution.
I realized I mistyped %0D%0A so it is all set now
Try replacing %0D%A with Char(13)
I realized I mistyped %0D%0A so it is all set now
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |