Here is the script I've used:
"Send Thank You Card to " + input.Contact + .addDay(5) + "Thank you for choosing Atomic Disc to duplicate " + input.Job_Title
I get the following error message:
Error at line 1 : + not expected.
Can someone please tell me what I am doing wrong?