Branding Customization
You can completely customize the "look and feel" of your Participant's signing experience by using Brands. Brands are created in the Control Panel found in the 'Workflow Designer > Brands' section but can be referenced and used via the API for your Participants. For more information on how to create a Brand, reference the Control Panel Help Guide found in the 'Support' section of the Control Panel after you log in.
participants = new List<object>
{
new ParticipantInsertModel()
{
FullName = "John Smith",
BrandName = "MyCustomBrand"
}
},
Authentication Only
Learn how to get started
Content Customization
Many times you'll find a need to change the default content found on standard pages within the AlphaTrust® e-Sign signing process workflow. To edit this content, log into the Control Panel and go to the 'Workflow Designer > Content' section. For more information on how to create a customized Content Set, reference the Control Panel Help Guide found in the 'Support' section of the Control Panel after you log in.