This object is in archive! 

How can I add Operator Instructions to my Training & Safety email or Contract?

Erik H. shared this question 9 years ago
Answered

I have information on both my Extra Contract Details and Operator Instructions. I would really like to the be incorporated into my Training and Safety email that is sent out but I could be fine if this is added into the contract? These are for my two slides.

Best Answer
photo

1. Enter the details on the rental item by going to Settings->Click the item->Edit->Training tab


2. Put the variables to output the data on either the Contract Template or the training email template.


2a. Edit the template

2b. Click on the area where you would like the details to appear

2c. Click the <> button in the toolbar of the editor so you go HTML mode

2d. Paste the following code:


  1. <div id="repeat_start_rentals" />
  2. *rentalname* Operator Instructions: *rentaloperateinst*
  3. <br />
  4. <div id="repeat_end_rentals" />

2e. Save the template


Do the same for any other information you want to appear. The variables for rentals are defined at the bottom of this page:

https://www.inflatableoffice.com/include/variables.php

Comments (1)

photo
1

1. Enter the details on the rental item by going to Settings->Click the item->Edit->Training tab


2. Put the variables to output the data on either the Contract Template or the training email template.


2a. Edit the template

2b. Click on the area where you would like the details to appear

2c. Click the <> button in the toolbar of the editor so you go HTML mode

2d. Paste the following code:


  1. <div id="repeat_start_rentals" />
  2. *rentalname* Operator Instructions: *rentaloperateinst*
  3. <br />
  4. <div id="repeat_end_rentals" />

2e. Save the template


Do the same for any other information you want to appear. The variables for rentals are defined at the bottom of this page:

https://www.inflatableoffice.com/include/variables.php

Replies have been locked on this page!