Create E-Signature Site
Create E-Signature Site
Create a public-facing site where external signers can view and sign documents.
To create the site:
- Navigate to Setup → Digital Experiences → All Sites
- Click New Site
- Select "Build Your Own (Aura)" template
- Name your site (e.g., "DRTE_Sign_Site")
- Open the site in Builder
- Change the home page theme to DRTE EsignThemeForExperienceSite with only one content region on the page.
- Drag the "Dynamic Rich Text Editor for Guest User" component onto the home page.
- In Advance, Edit Head Markup, and add below style tag to remove extra spaces around the DRTE component to give a full page view.
<style>
.cCenterPanel{
padding-left:0px!important;
padding-right:0px !important;
margin-top:0px !important;
}
</style>
- In settings, enable "Guest users can see and interact with the site without logging in"
Step 8: Configure Guest User Permissions
To set guest user permissions:
- Access the Guest User Profile from Builder settings
- Assign the "DRTE guest user" permission set
- Activate the site