Copy link to clipboard
Copied
I've added an button with the action of sending an email.
Anyone know how to add a default subject line for the email?
Thanks for your time and help.
Just needed to add %20 where there is a space in the subject text, and exclude the " " marks.
Cheers
S
Copy link to clipboard
Copied
Add the following to the end of the email address:
?Subject="your subject here"
Copy link to clipboard
Copied
Thanks for your time and help.
Just needed to add %20 where there is a space in the subject text, and exclude the " " marks.
Cheers
S
Copy link to clipboard
Copied
What if you want to add a message and call out a name?
Such as:
Dear office manager,
$$John Smith$$ has completed all of the required training.
How could you add that?
Copy link to clipboard
Copied
?subject=Your Subject&body=Dear Office Manager, %0D%0 '+nameVar+' has completed all of the required training.
Copy link to clipboard
Copied
I found a good page that gives you loads of info about having email's fire up that are pre-populated
Copy link to clipboard
Copied
Thank you!