ViewSign Cloud On-Premise Advanced User Guide: Difference between revisions
| Line 140: | Line 140: | ||
==Simple Example== | ==Simple Example== | ||
Messages exist of the placeholders (see above) and basic HTML tags. Therefore a HTML knowledge for modifing the messages is useful (<span style="color:#2a4b8d"><br /></span>, <span style="color:#2a4b8d"><p></span>...<span style="color:#2a4b8d"></p></span>, <span style="color:#2a4b8d"><strong></span>...<span style="color:#2a4b8d"></strong></span>, <span style="color:#2a4b8d"><h3></span>...<span style="color:#2a4b8d"></h3></span>). | |||
==Restore Default Template== | ==Restore Default Template== | ||
Revision as of 06:50, 3 August 2020
Customization of eSignAnyWhere
This advanced feature is for customizing the eSignAnyWhere Viewer for the signers. You can change the colors and logo to align them to your CI and set eSAW Viewer behavior. Therefore you have to upload a ZIP-Archive with the new design settings. You can download a design template and change it. Moreover you are able to set a redirect URL when a document is finished.
You can find the the configuration for the customization of eSignAnyWhere in your organization settings in the section “Design of the document viewer for recipients”
The next screenshot shows these configurations:
If the feature is available for your organization, you can:
- set a redirect URL for finished documents
- upload a design
- reset to default design
- download a design template
- download current design
The Customisation.zip file contains:
- variables.xml: contains the style configuration of eSignAnyWhere. The comments in the file will help you to modify it.
- global_variables.xml: contains settings for the eSAW Viewer
- files/
In the files you can find the following:
- logo_topbar
- logo_loading
- Localizations.template.custom
- Here you can customize localizations for a specific eSAW organization
- You can create your own Localizations.*.custom.json files, modify the elements which should be customized and add the file to the customization package
- custom.css
- Here you can customize the layout for a specific eSAW organization
- You can adapt the layout of the SAW Viewer
- custom.js
- Here you can customize the SAW Viewer by
- Adding custom buttons
- Listening for events
- Adding individual JavaScript code for other purposes
- Note: To enable this feature, the ViewerPreference LoadCustomJs must be enabled and the Custom.js file needs to be placed in #InstallationDirectory#/Web/Custom.
If you have modified the files just put them in an archive and upload via UI. You can use svg instead of png, gif or jpg.
Example: Change Default Color and Logo
Customization - Viewer Policy
You can also set your default viewer policies. So you can in addition to the visual appearance also set the UI elements.
Email Templating
The Email Templating allows you to adopt the email, sent by eSignAnyWhere. A default template and default notifications are present for every organization and can always be restored to default. For each language set in “Localization”, a separate template and notification can be set. This allows you to set up languages, which are not directly supported by eSignAnyWhere and send the notifications in the, by you translated, language to the recipient.
Note: If a recipient has an eSignAnyWhere user account (on the same instance), the user will receive the mails in his/her prefered language. Sample: the recipient has a eSAW language set in German and you send her/him an envelope in Italian, he/she will receive the notification in German (his prefered language).
There are three types of templates:
- email master template “TEMPLATE”
- reminder template for reminder notifications “ReminderText”, which is used a prefix for the subject of the mail (e.g. “Reminder: “)
- email notifications, the text/wording/layout used for a certain type of notification and is placed within the master template
The email master template is called “TEMPLATE” and defines the basic layout of the notifications for the given language. You can define, for example a header, logo, footer, etc. The {{Content}} element is a placeholder to be replaced by the email notification template (e.g. “Sign”) to place the notification information and text.
You can select the following placeholders, but please note that not all placeholders are available in all notifications! The next section shows you all general available placeholders:
| #ContactUrl# |
| #Delegatee# |
| #DelegationMessage# |
| #Delegator# |
| #DelegatorName# |
| #EnvelopeList# |
| #EnvelopeMessage# |
| #EnvelopeName# |
| #ExpirationDate# |
| #InviterName# |
| #LicenseInfo# |
| #NumberOfRecipientsWhoSigned# |
| #OrganizationName# |
| #Password# |
| #PersonalMessage# |
| #RecipientEmail# |
| #RecipientFirstName# |
| #RecipientLastName# |
| #RecipientList# |
| #SenderFirstName# |
| #SenderLastName# |
| #SupportUrl# |
| #TotalNumberOfRecipients# |
| #Url# |
| #UrlAndroid# |
| #UrlDownload# |
| #UrlExpiration# |
| #UrlIos# |
| #UrlWindows# |
| #UserFirstName# |
| #UserLastName# |
| #UserList# |
| #Template:Content# |
Simple Example
Messages exist of the placeholders (see above) and basic HTML tags. Therefore a HTML knowledge for modifing the messages is useful (
,
...
, ...,
...
).
Restore Default Template
If you click on restore the current selected template will be restored to the system’s default.