---
title: "Designer Customization"
slug: "designer-customization"
updated: 2024-10-10T11:42:36Z
published: 2024-10-10T11:42:36Z
canonical: "docs.onespan.com/designer-customization"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onespan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Designer Customization

The Designer can be customized in numerous ways. Here is a detailed list of what components can be modified:

![](https://cdn.document360.io/038f59a7-abd0-4c14-9de7-3434d28b49fd/Images/Documentation/designer-customization.webp)

1. saveLayout / applyLayout button
2. documentVisibility button
3. send button for package creation or done button in template creation
4. addSigner button
5. addDocument button
6. editRecipient button
7. editDocument button
8. deleteDocument button
9. prevent sender from appearing in designer page
10. The following additional fields can be hidden
  - signingDate
  - signerName
  - signerTitle
  - signerCompany
  - textfield
  - checkbox
  - list
  - radio
  - textarea
  - label
  - datepicker

## Designer Profiles

Each designer customization setting can be given a unique profile name. To do this, contact our [our](mailto:sign.support@onespan.com) [Support Team](https://www.onespan.com/support), and give them your new profile name, along with the descriptions of your customization. By doing this, you can define multiple designer profiles at your account level.

Once your profile has been created, you can build your designer session URL so that it calls your designated profile. The following code will do this:

```http
{instance_url}/auth?senderAuthenticationToken={senderToken}&target={instance_url}/a/transaction/{packageId}/designer?profile={profileName}
```
