Default forms
Answered
I was working with my system and I wanted to review the default email and text templates. Is there anyway to accomplish this?
Access denied
I was working with my system and I wanted to review the default email and text templates. Is there anyway to accomplish this?
Hi Harry,
You can review the default email templates by going to Settings-->Email Center. Open the template you wish to review and click the "load in default template" under the revision box. This will load in the default template in place of the current template. As long as you do not save, the default template will not overwrite your current template.
At this time there is not a way to load in default text templates if you have already customized them. You can find text template by going to Settings-->IO Phone-->Text Message Templates.
Hi Harry,
You can review the default email templates by going to Settings-->Email Center. Open the template you wish to review and click the "load in default template" under the revision box. This will load in the default template in place of the current template. As long as you do not save, the default template will not overwrite your current template.
At this time there is not a way to load in default text templates if you have already customized them. You can find text template by going to Settings-->IO Phone-->Text Message Templates.
Can you send me a copy of the default text template asking for reviews?
Can you send me a copy of the default text template asking for reviews?
If you wish to view this default template and more go to Settings-->Email Center. Open the template you wish to review and click the "load in default template" under the revision box. This will load in the default template in place of the current template. As long as you do not save, the default template will not overwrite your current template. Here is the code for the default thank you email :
<style>
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > a {
display: inline-block;
position: relative;
width: 1.1em;
color: black;
text-decoration: none;
font-size: 48px;
}
.rating > a:hover,
.rating > a:hover ~ a {
color: goldenrod;
cursor: pointer;
}
.rating > a:hover:before,
.rating > a:hover ~ a:before {
content: "\2605";
position: absolute;
left: 5px;
color: gold;
cursor: pointer;
}
</style>
%header%
☆
☆
☆
☆
☆
Rate Us!
Dear *ctfirstname*,
Thanks for choosing *company_name* for your *eventname*. Please click above to rate us. Your opinion makes us better!
We provide the best service and equipment in the industry.
Thousands of customers trust us to make their event special. We look forward to serving you!
Thanks!
%company_name%
If you wish to view this default template and more go to Settings-->Email Center. Open the template you wish to review and click the "load in default template" under the revision box. This will load in the default template in place of the current template. As long as you do not save, the default template will not overwrite your current template. Here is the code for the default thank you email :
<style>
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > a {
display: inline-block;
position: relative;
width: 1.1em;
color: black;
text-decoration: none;
font-size: 48px;
}
.rating > a:hover,
.rating > a:hover ~ a {
color: goldenrod;
cursor: pointer;
}
.rating > a:hover:before,
.rating > a:hover ~ a:before {
content: "\2605";
position: absolute;
left: 5px;
color: gold;
cursor: pointer;
}
</style>
%header%
☆
☆
☆
☆
☆
Rate Us!
Dear *ctfirstname*,
Thanks for choosing *company_name* for your *eventname*. Please click above to rate us. Your opinion makes us better!
We provide the best service and equipment in the industry.
Thousands of customers trust us to make their event special. We look forward to serving you!
Thanks!
%company_name%
Replies have been locked on this page!