E-mail confirmations -- putting the customer name in the Subject

Top  Previous  Next

DISCLAIMER: This article involves Advanced Customizations, which can be technically challenging to get working and is not part of standard support.  This is programming and must be done precisely or the results can be unpredictable.  This information is provided as a service for those who have the technical skills to work through it -- we cannot help you solve any issues with getting it working.  For more information about Advanced Customizations, see the full documentation:

https://campgroundmaster.com/help/overview32.html

 

 

 

As we add more E-mail flexibility and types of forms, there may be more desire to customize certain parts of it.  One of the nice things you can do is add the customer's name to E-mail "Subject" line so it's more personal.

 

This requires a relatively simple change to the Form definition in Advanced Customizations, but as with all Advanced Customization functions it's more like computer programming and precision matters.

 

Here are the steps for adding the names:

 

1. Go to Advanced Customizations / Forms, and Edit the Form of interest (e.g."Confirmation letter, E-mail").  You'll see the E-mail subject expression in the top area -- click the Edit button next to that.

 

2. Change the expression to:

 

"Reservation confirmation for " + Cust:Cust_First_Names + " " + Cust:Cust_Last_Name

 

It has to be exact to avoid a "syntax error", including the quotes and spaces just as shown, so it's best to copy-paste.  Make sure you don't have a line break in there if your E-mail breaks it up.  

 

3. Save that, and save the form definition.  Now it will add the customer's name(s) to the subject line of each confirmation E-mail.

 

 

 


Page URL https://CampgroundMaster.com/news/e-mailreceipts-puttingthe.html

Campground Master Home