User Guide Cancel

Adobe Acrobat Sign Text Tag Guide

  1. Adobe Acrobat Sign Integrations
  2. What's New
  3. Product Versions and Lifecycle
  4. Acrobat Sign for Salesforce
    1. Install the package
    2. Configure the package
    3. User Guide
    4. Developer Guide
    5. Advanced Customization Guide
    6. Field Mapping and Templates Guide
    7. Mobile App User Guide
    8. Flows Automation Guide
    9. Document Builder Guide
    10. Configure Large Documents
    11. Upgrade Guide
    12. Release Notes
    13. FAQs
    14. Troubleshooting Guide
    15. Additional Articles
  5. Acrobat Sign for Microsoft
    1. Acrobat Sign for Microsoft 365
      1. Installation Guide
    2. Acrobat Sign for Outlook
      1. User Guide
    3. Acrobat Sign for Word/PowerPoint
      1. User Guide
    4. Acrobat Sign for Teams
      1. User Guide
      2. Live Sign Guide
      3. Mobile User Guide
      4. Release Notes
      5. Microsoft Teams Approvals
    5. Acrobat Sign for Microsoft PowerApps and Power Automate
      1. User Guide
      2. Release Notes
    6. Acrobat Sign Connector for Microsoft Search
      1. User Guide
      2. Release Notes
    7. Acrobat Sign for Microsoft Dynamics 
      1. Overview
      2. Dynamics Online: Installation Guide 
      3. Dynamics Online: User Guide 
      4. Dynamics On-Prem: Installation Guide 
      5. Dynamics On-Prem: User Guide
      6. Dynamics Workflow Guide
      7. Dynamics 365 for Talent
      8. Upgrade Guide
      9. Release Notes
    8. Acrobat Sign for Microsoft SharePoint 
      1. Overview
      2. SharePoint On-Prem: Installation Guide
      3. SharePoint On-Prem: Template Mapping Guide
      4. SharePoint On-Prem: User Guide
      5. SharePoint On-Prem: Release Notes
      6. SharePoint Online: Installation Guide
      7. SharePoint Online: Template Mapping Guide
      8. SharePoint Online: User Guide
      9. SharePoint Online: Web Form Mapping Guide
      10. SharePoint Online: Release Notes
  6. Acrobat Sign for ServiceNow
    1. Overview
    2. Installation Guide
    3. User Guide
    4. Release Notes
  7. Acrobat Sign for HR ServiceNow
    1. Installation Guide (Deprecated)
  8. Acrobat Sign for SAP SuccessFactors
    1. Cockpit Installation Guide (Deprecated)
    2. Recruiting Installation Guide (Deprecated)
    3. Recruiting User Guide
    4. Cloud Foundry Installation Guide
    5. Release Notes
  9. Acrobat Sign for Workday
    1. Installation Guide
    2. Quick Start Guide
    3. Configuration Tutorial
  10. Acrobat Sign for NetSuite
    1. Installation Guide
    2. Release Notes
  11. Acrobat Sign for SugarCRM
  12. Acrobat Sign for VeevaVault
    1. Installation Guide
    2. User Guide
    3. Upgrade Guide
    4. Release Notes
  13. Acrobat Sign for Coupa BSM Suite
    1. Installation Guide
  14. Acrobat Sign Developer Documentation
    1. Overview
    2. Webhooks
    3. Text Tags

Overview

Adobe Acrobat Sign text tags are specially formatted text that can be placed anywhere within the content of your document specifying the location, size, type of fields such as signature and initial fields, checkboxes, radio buttons, and form fields; and advanced optional field processing rules. Text tags can also be used when creating PDFs with form fields. See the Creating Forms within Acrobat Reference Guide.

Text tag tutorial
Click to view the tutorial

Text tags are converted into Acrobat Sign form fields when the document is sent for signature or uploaded. Acrobat Sign text tags can be placed in any document type such as PDF, Microsoft Word, PowerPoint, Excel, and text files (.txt, .rtf).

For example:

{{Sig_es_:signer1:signature}}

A signature field assigned to the recipient identified as signer1.

{{Cmpy_es_:signer2:company}}

A field for the company name of the recipient identified as signer2.

{{address_es_:signer1}}

A field for the recipient identified as signer1 to enter his or her address.    

{{*city_es_:signer1}}

A mandatory field for the recipient identified as signer1 to enter his or her city.

{{!price}}

A read-only field. Recipients cannot change the value of this field.

Acrobat Sign text tags offer a powerful mechanism for setting up document templates that allow positioning signature and initial fields, collecting data from multiple parties within an agreement, defining validation rules for the collected data, and adding qualifying conditions. Once a document is correctly set up with text tags it can be used as a template when sending documents for signatures ensuring that the data collected for agreements is consistent and valid throughout the organization.

Note:

Where applicable, features and functions specific to the business and/or enterprise service levels are noted.

Text Tags Quick Start Guide

Text Tag Examples

All the examples below assume tags are used within document content. When using tags as PDF form field names, omit the opening ‘{{‘ and the closing ‘}}’.

Signature and Initials Fields

{{Sig_es_:signer1:signature}}

A signature field assigned to the recipient identified as signer1.

{{Int_es_:signer1:initials}}

An initials field assigned to the recipient identified as signer1.

{{SigB_es_:signer1:signatureblock}}

A signature block assigned to the recipient identified as signer1.

{{OSig_es_:signer1:optsignature}}

An optional signature field assigned to the recipient identified as signer1.

{{OInt_es_:signer1:optinitials}}

An optional initials field assigned to the recipient identified as signer1.

{{SigStamp_es_:signer1:stampimage(25)}}

A stamp field that can be used as a signature option. Stamps are not required unless there are no other signature fields for the signer.


Recipient Role Fields

The signer and sender fields are used to specify the recipient roles for an agreement.


Signer Field

The “signer” role specifies the first recipient (signer or approver) who is not the “sender”. The “signer1” role identifies the first recipient in all cases. The recipient identified as “signer1” could be the sender if the sender is signing or approving the agreement first.

{{Cmpy_es_:signer1:company}}

A field for the recipient identified as signer1 to enter his or her company name.

{{N_es_:signer2:fullname}}

A read-only field for the recipient identified as signer2 to enter his or her full name.

{{Dte_es_:signer1:date}}

A read-only field containing the date of signature.

{{Em_es_:signer1:email}}

A read-only field containing the signer’s email address.

Note:

 Instead of using “sender” and “signer” roles, another approach is to only use roles such as “signer1”, “signer2”, “signer3” and so forth. Please ensure that these participants are added in the correct order when sending the document.


Sender Field

The “sender” role can only be used when the “I need to sign First/Last” option is specified during the Send process. The “sender” role always specifies a field assigned to the “sender” regardless of whether he or she signs first or last.

{{*Ttl_es_:sender:title}}

A mandatory field for the sender to enter his or her title.


Everyone Field

The Hyperlink field has a special (optional) recipient role: everyone.

When in place, this role demands that all recipients interact with the field before they can complete their action on the agreement.

Clicking on the hyperlink is all that is required.


Prefill Fields

{{price_es_:prefill}}

A field the sender fills in before sending the document.


Text Fields

{{address_es_:signer1}}

An optional field for the recipient identified as signer1 to enter his or her address.

{{*city_es_:signer1}}

A mandatory field for the recipient identified as signer1 to enter his or her city.


Read-only Fields

{{!price}}

A read-only field. Signers cannot change the value of this


Checkboxes

{{[]}}

A checkbox.

{{[x]}}

A checkbox, checked by default.


Radio Buttons

{{(Red)Color}}

A radio button that has the value of Red when selected.


Images

{{Image1_es_:signer1:inlineimage(4)}}

An inline image field with a height of 4 lines


Field Validation

{{*Mobile_es_:signer1:phone}}

A mandatory phone field allowing US phone number format.

{{d_es_:signer1:num(>0,<60)}}

An optional number field allowing values between 0 and 60.


Conditional Rules

{{field_es_:showif(price>60)}}

A field that shows if the "price" has a value greater than 60.


Calculated Fields

{{TV_es_:calc([SubTotal]+[Tax])}}

A field whose value is automatically calculated as the sum of the “SubTotal” and “Tax” fields.


Conversion of Text Tags to Form Fields

Field Length and Formatting

When using text tags in an editable document, Acrobat Sign overlays a rectangle covering the entire span of the text tag (from the beginning "{{" to the ending "}}") and converts the text tag into its corresponding Acrobat Sign form field.

The length of the form field can be increased by adding white space characters at the beginning of the text tag immediately after the "{{" or at the end of the text tag just before the "}}". Decreasing the size of the form field can be achieved by reducing the font size of the text tag to get the appropriate length.

The form field formatting (font size, type, color, etc.) is determined by the format of the first ‘{‘. To ensure correct processing of text tags by Acrobat Sign, tag definitions should be specified in commonly occurring fonts within the document (Helvetica, Times, Arial, Verdana, or Courier). To force a specific field size and/or font style using directives, refer to the Controlling field size with directives section.

Text tag definitions are case-sensitive and must be specified in lowercase text. 

The figure below shows text tags placed within a Microsoft Word Document.

The entire span of the text tag, from the beginning curly brace to the closing curly brace, must fit within a single line. If a text tag spans multiple lines, either in the source document or in the processed PDF, the form field will not be correctly recognized by Acrobat Sign and may cause the underlying text to be visible to the signer when signing the document.

When used within PDF Forms, the curly braces should not be included in the name of the PDF form fields and the size of the field is determined by the size of the PDF form field and formatting of the data entered into the field is determined by the PDF form field properties.

A single document cannot include both PDF form fields and fields defined using text tags.

 

Interacting with Form Fields During Signing

The above text tags are converted to the following fillable fields during signing experience:


Form Fields in the Signed document

After data is merged into the signed document, the following would appear in the signed PDF:


Long Text Tags

When used in editable documents, text tags containing many directives may become very long, making it difficult to specify small fields on the document. Acrobat Sign provides a simple mechanism allowing you to specify shorter tags in the document.

For example, if you need to have a mandatory phone field assigned to the sender, instead of putting the full

{{*Mobile_es_:signer1:phone}} tag, you may use a shorter tag {{$mob            }} in the appropriate location in the document with whitespace to adjust the size of the field. The complete definition of the text tag

{{#mob=*Mobile_es_:signer1:phone}} can be placed at another location in the document. To learn more about text tag shortening, see Shortening Text Tags.

Text Tags Deep Dive

Text Tag Syntax

An Acrobat Sign text tag is defined as:

Where the components are defined as follows:

  • Required—An optional flag that specifies whether the particular field is required and must be filled by the signer during signing. If the flag is not present, the form field is not mandatory and the signer can (but is not required to) fill in a value during signing.
  • ReadOnly—An optional flag that indicates that the particular field is a read-only field. Marking a field as read-only ensures that the data in the field cannot be modified by anyone during signing. Data can be merged into read-only fields using the Acrobat Sign APIs or Send in Bulk via CSV before the document is sent for signature.
  • Field Name—A unique name to identify this specific field within the document. The field name is used to identify the values that are provided during signing when the data gets exported from the service.
Note:
  • If a document has more than one text tag with the same name but different directives, or those directives are in a different order amongst the same-name text tags, Acrobat Sign automatically adds "efield" + unique number + "_" to the beginning of the name. For example if two fields called "Address" appear in the document, Acrobat Sign changes the name of one of the fields to "efield2_Address".
  •  If there are two text tags with the same field name and the same directives and order of directives within a document, these fields are treated as cloned fields. Data entered in one field is automatically cloned to the other field location within the document.
  • ES Identifier—A specific text string "_es_" which must be included after the field name in the text tag in order to enable Acrobat Sign specific features. If the Acrobat Sign identifier is not included after the field name, a form field is added to the document without any directives.
  • Directive—A list of one or more definitions beginning with a colon (":") that specify the role, the field type, and additional field processing rules defining the type of input allowed in the field. Directives can be defined in any order.
    • Role—The participant this field is associated with (e.g., sender, signer).
    • Field Type—The type of Acrobat Sign form field (e.g., signature, initials, check box or a text field).
    • Rules—Advanced processing rules such as data validation, logic to show/hide fields based on conditions, etc.


Controlling Field Interactions During Signing

Form fields in a document can be assigned to a specific signer during the signature workflow. Acrobat Sign ensures that a signer can only interact with the fields that have been assigned to him/her during signing. Form fields can be assigned to a specific signer by adding a specific directive in the text tag.


Assigning Form Field to Specific Signers

Acrobat Sign supports the following directives for assigning form field to specific signers.

{{Field2_es_:signer1}}

A field in the agreement that is assigned to the first who is not the sender of the agreement.

{{Field3_es_:signer1}}

{{Field4_es_:signer2}}

If an agreement requires more than one signer and each signer needs to provide data during signing, fields in the agreement can be assigned to specific signers using signer<x> directive where <x> is order in which the signers sign the agreement. Fields marked with signer1 directive are assigned to the first signer, fields marked with signer2 directive are assigned to the second signer, and so on. Acrobat Sign ensures that a signer can only interact with the fields that are assigned to her.

If the sender of the agreement signs first during signing, any fields marked as "signer1", in addition to the field marked as "sender", is presented to the sender.


Sender Prefills Data

In some cases, the sender is not required to sign the agreement but is required to enter data before the agreement is sent out for signature. This is accomplished by adding a "prefill" directive to the relevant form fields within the agreement. Acrobat Sign allows the sender to complete those fields before sending the agreement for signature.

{{Field5_es_:prefill}}

A field in the agreement that needs to be filled by the sender before the agreement is sent for signature.

Note:

Prefill is enabled by default for documents uploaded to your Acrobat Sign Document Library. Prefill can also be enabled by enabling the "Preview & Add Signature Fields" option when sending documents. To enable “prefill” for all agreements sent from the Send page, regardless of whether the “Preview” option is enabled, contact Adobe Support.


Unassigned Fields

Fields that don't contain a role (or have a misspelling in the role directive) are open for anyone in the recipient list to fill. After the field has been filled, it is locked to prevent subsequent signers from changing its value. 

{{Address}}

A field in an agreement that can be filled by any signer.

{{zip_es_:zip4}}

A field in an agreement for any signer to enter in a zip code with validation.

Note:

If an unassigned field is flagged as "Required", the first recipient will be required to fill in that value.

A control exists in Account Settings > Send Settings that modifies the combination of unassigned and required fields to only flag the field as required by the last recipient.


Basic Acrobat Sign Field Types

A variety of field types can be created in a document using specific directives within text tags. Acrobat Sign interprets the tags and converts them to the appropriate form fields during signing. All the field types that can be added to a document through the Acrobat Sign web application can also be specified through text tags.


Signature and Initials Fields

You may position Acrobat Sign signature or initials fields at specific locations within the document by adding a directive to designate the type of the signature field. By default, signature and initials fields are mandatory.

However, some documents require that the signer optionally initial or sign at specific additional locations within the document. Optional signature or initials fields can also be defined within a document using text tags.

Note:

Acrobat Sign requires that a document contain at least one signature within the document for each signer of the document. Approvers of a document are not required to have a signature field on the document during signing.

{{Sig1_es_:sender:signature}}

A required signature field assigned to the sender.

{{Int1_es_:signer1:initials}}

A required initials field assigned to the recipient identified as signer1.

{{OSig1_es_:signer2:optsignature}}

An optional signature field assigned to the recipient identified as signer2.

{{OInt1_es_:signer1:optinitials}}

An optional initials field assigned to the recipient identified as signer1.

{{SigStamp_es_:signer1:stampimage(25)}}

A stamp field that can be used as a signature option. Stamps are not required unless there are no other signature fields for the signer.


Special ACROBAT Sign Fields

Acrobat Sign provides special fields that can be positioned within the document to collect information from the signer such as the signer’s job title or company name. If the information for these fields is already available, Acrobat Sign automatically populates these fields when presenting to the signer during signing.

{{Ttl1_es_:title}}

A field to specify the signer’s job title.

{{Cmpy1_es_:company}}

A field to specify the signer’s company.


Special Read-only Fields

In addition, Acrobat Sign also supports collecting the date of signature, the email address, and the name of the signer within the agreement. These fields are automatically populated by Acrobat Sign and cannot be modified by the signer when signing the agreement.

{{Dte1_es_:date}}

A field to automatically capture the date of signature.

{{Em1_es_:email}}

A field to automatically capture the signer’s email address. When used in Acrobat Sign web forms, the email address field is editable by the signer when he/she signs the web form. Depending on your account configuration, Acrobat Sign verifies the email address provided by the signer before completing the web form signing process.

{{fn1_es_:signer:firstname}}

A field that automatically displays the first string read in the signature field. Meant to represent the first name of the signature.

{{ln1_es_:signer:lastname}}

A field that automatically displays the field content after the first string in the signature field. Meant to represent the last name of the signature.

{{Name1_es_:fullname}}

A field to specify the signer’s full name in one string


Signature Block

If no signature field is placed in the document for a specific signer, Acrobat Sign automatically places a signature block at the bottom of the document for that particular signer. By default, a signature block includes signature and email address fields. However, if your Account or Group Admin has enabled either the ‘Require signers to provide their job title when e-signing’ or the ‘Require signers to provide their company name when e-signing’ setting or both (in Signature Preferences), then title and/or company fields will be included in the signature block. The graphic below shows a signature block that includes all four fields.

Signature block

You may position the entire Acrobat Sign signature block in your document using the "signatureblock" directive.

{{SBlk1_es_:signatureblock}}

Positions asignature block within the document at the specified location.


Text Fields

All fields defined within a document that do not contain any additional field type definition directives are treated as fillable text fields within a document.

{{propertyName_es_:signer}}

Defines an editable text field called "propertyName" within a document.


Defining Required / Optional Fields

For most fields, you may specify if they are required or optional. Acrobat Sign ensures that a signer cannot sign an agreement before all mandatory fields are filled.

By default, all fields are optional with the following exceptions:

  • Signature and Initials fields are mandatory by default unless you define these fields using the “optsignature” or “optinitials” text tags. See Signature and Initials Fields for more information on these text tags.
  • Title and Company fields are mandatory if your account settings require them to be part of the signature block. See Signature Block for information on the specific account settings.

A mandatory field is marked with an asterisk (*) prefix to its name or by adding the required directive in the text tag.

For example:

{{*phone_es_:signer1}}

{{phone_es_:signer1:required}}

{{phone_es_:prefill:required}}

Defines a mandatory text field called "phone" to be filled by the signer or during the prefill process.

{{address_es_:signer1}}

Defines an optional field called "address" to be filled by the recipient identified as signer1.

Required fields are identified by the red asterisk on the left side of the field.


Editable / Read-Only Fields

By default, all fields that are not read-only are editable. Exceptions include some special signer fields (email, signer name, and signature date) that are read-only by default. See Special Read-only Fields for more information.

Read-only fields are useful when automatically merging data into a document using the Acrobat Sign API or the Send in Bulk data merge function. Read-only fields ensure the signer cannot change the merged data when signing.

Adding an exclamation mark (!) prefix to the field name or using the read-only directive marks it as a read-only field.

For example:

{{!price}}

{{price_es_:readonly}}

Defines a read-only text field to be filled in by merging data before the document is sent out for signature.

Advanced Document Processing with Text Tags

Additional Field Types


Checkboxes

You can create a checkbox using text tags by placing the checkbox tag in your document or by using the checkbox directive.

{{[]}}

Positions an unnamed checkbox within a document.

{{CB_es_:checkbox}}

Positions a named checkbox within a document.

{{[x]}}

Positions an unnamed checkbox that is checked by default within a document.

{{CB1_es_:checkbox(checked)}}

Positions a named checkbox that is checked by default within a document.

{{[]Comm_es_:signer1}}

Positions a checkbox called "Comm" assigned to the recipient identified as signer1.

{{Comm_es_:checkbox:signer1}}

Positions a checkbox called "Comm" assigned to the recipient identified as signer1 using the directive

{{[]*}}

An unnamed mandatory checkbox that must be filled in by the recipient identified as signer1. See Defining Required / Optional Fields for more information about defining mandatory fields.

{{CB2_es_:required:checkbox}}

A named and mandatory checkbox that must be filled in by the recipient identified as signer1.

{{[]!}}

An unnamed read-only checkbox. See Defining Required / Optional Fields for more information about defining mandatory fields.

{{CB3_es_:readonly:checkbox}}

A named read-only checkbox. 

{{CB4_es_:checkbox:label("I agree.")}}

Defines a checkbox with a label for a user-friendly description of the checkbox. The label is displayed to the signer during the signing process and in this case displays: “I agree.”


Radio Buttons

Text tags can be used to define and position Radio Buttons within a document. Radio buttons must have at least two options (choices) within a radio button group, a group identified by the same field name within the document. Each option (choice) of the radio button must have a different selection value. Radio buttons can be defined by using the following syntax.

{{(option_value)fieldname_es_}}

Positions a radio button within a document.

{{(Red)Color_es_:signer1}}

{{(Blue)Color_es_:signer1}}

{{(Green)Color_es_:signer1}}

Defines three radio buttons belonging to the same group called "Color" assigned to the recipient identified as signer1 . The options have values of Red, Blue, and Green.

{{Color_es_:signer1:radio(Red)}}

{{Color_es_:signer1:radio(Blue)}}

{{Color_es_:signer1:radio(Green)}}

An alternative way to define the Color radio button group using the radio directive.

{{(Red)Color_es_:signer1:label(“Red”)}}

{{(Blue)Color_es_:signer1:label(“Blue”)}}

{{(Green)Color_es_:signer1:label(“Green”)}}

Defines a radio button group and gives each radio button a user-friendly label. The label is displayed to the signer during signing.

 

Specifying Radio Button Style

Acrobat Sign supports creating radio buttons in different styles. The specified radio button style is displayed in the PDF. However, during signing the radio buttons options are always presented as circles.

Radio Button Styles


(Inline) Image Fields

Image fields are used to capture an image file, like a photo, or a scanned document (eg: drivers license). These images are extractable from the signed document.  The directive :inlineimage requires an additional parameter to be added that defines the height of the field. Field height is predicated on the font size of the tag, and the field height is measured in lines of that font value.

{{inlineImageEx_es_:signer1:inlineimage(20)}}

Defines an image field with 20 lines of height


Multi-line Text Fields

Text tags can be used to define text fields that can span multiple lines. These fields can be used within documents to collect multiple lines of data during signing.

{{largeField_es_:signer1:multiline}}

Defines a field, assigned to the recipient identified as signer1, called “largeField” that allows the signer to enter multiple lines of data in the field during signing.

{{largeField2_es_:signer1:multiline(4)}}

Defines a field, assigned to the recipient identified as signer1, called “largeField2”. That field has a field height of four lines. If the number of lines parameter is missing, the field height defaults to two lines of data.

Text tags can be used to define and position drop-down lists within a document. Drop-down lists can contain multiple options; the user can choose one of these options when signing the document. A drop-down list definition has two components: a unique set of options from which the recipient can select one choice and optionally a set of values that are returned when exporting the data from the agreement.

Drop-down options must be unique although drop-down values do not need to be unique (i.e., multiple drop- down options can have the same value exported from them). Drop-down values are optional. If no drop-down values are defined, the drop-down options are returned when the data gets exported from the agreement.

When drop-down values are defined, the number of values defined must match the number of options. If the number of options and values specified do not match, this results in an error and the field is not treated as a drop-down list.

When defining a default selection for a drop-down list or defining conditions for another field based on the recipient’s selection of one of the options from the drop-down list, the export values (not the options) must be used. If there are no export values defined, then use the drop-down options.

{{*Color_es_:signer1:dropdown(options="Red,Green, Blue”)}}

Positions a required drop-down list within a document. During signing, the list allows the recipient identified as signer1 to select from one of the three available choices. This drop-down list does not specify any export values, as a result the option selected is exported from the Manage page, through the API or from the Reports page.

{{Color_es_:signer1:dropdown(options="Red,Green,B lue”, values=”R,G,B”)}}

Positions a drop-down list within a document. During signing, the list allows the recipient identified as signer1 to select from one of the three available options. In this case, the drop-down list also specifies possible export values (R,G,B). Depending on the option selected by the recipient during signing, the corresponding value gets exported from the Manage page, through the API or from the Reports page. For example if the recipient selects “Red” the value exported is “R”.

{{Color_es_:signer1:dropdown(options="Red,Green,Blue”, values=”R,,B”)}}

In this example, the drop-down list options are the same as in the previous example but one of the values is empty. If the recipient identified as signer1 selects “Green” from the drop-down during signing, no value gets exported for this field.

{{Color_es_:signer1:dropdown(options="Red,,Blue”, values=”R,G,B”)}}

In this example, the drop-down presents three options to the recipient identified as signer1 during signing, with the second option being blank. If the recipient selects the blank option, the value exported is “G”.

Additional directives can be added to the drop-down fields definition as needed, for example, by making a drop-down list required, applying conditional logic to drop-down lists, or specifying that the option selected by the recipient should be masked in the PDF.


Supporting Documents (File Attachments)

Acrobat Sign can be used to collect supporting documents from signers during signing. During the signing experience, Acrobat Sign converts the text tag into a field that the signer can select to upload a file. The uploaded document(s) are included as part of the signed document and are converted to PDF and attached at the end of the signed agreement after the signing process. Form fields for collecting files from the signer are defined by using the "attachment" directive.

{{*DriversLicense_es_:signer1:attachment}}

Defines a mandatory field called "DriversLicense" assigned to the recipient identified as signer1. The recipient is required to use this field to upload a file during signing.

{{photo_es_:signer1:attachment:label("Photo")}}

Defines an optional field called "photo" assigned to the recipient identified as signer1. The recipient can use this field to upload an image during signing. The directive label can be used to specify a user-friendly description for the field. The label is displayed to the signer during signing.

Defining a file attachment field:

Explicit test tag for attachments

File Attachment field presented during signing:

Example Attachment field

Acrobat Sign can be used to specify hyperlinks in documents. Hyperlinks are clickable during signing and can navigate the recipient to a location within the document or to an external URL. Labels can also be specified for hyperlinks so that the document displays the text label instead of the direct URL.

Commonly, hyperlink fields are used to allow recipients to click through to another page for any reason. When used as an optional link, there is no need to define a recipient role, leaving the field as an active link that any recipient can click.

Hyperlink fields can also be defined as required. When configured as a required field, the recipient role is needed to define which recipient must click the link. 

  • The designated recipient may not complete their action until the link is clicked
  • The link stays active (but not required) for all other recipients

Additionally, the Hyperlink field has a unique recipient role: Everyone. The everyone role, used in combination with the required flag, ensures that all recipients must click the hyperlink field to complete their action.  

{{companywebsite_es_:link(http://www.adobe.com):label(Adobe)}}

Defines a hyperlink that links to an external URL. Includes a label “Adobe” that is displayed to the recipient during signing.

{{doclink_es_:link:page(10):label(View this section)}}

Defines a hyperlink that links to page 10 in the current document. Includes a label “View this section” that is displayed to the recipient during signing.

{{*companyToU_es_:everyone:link(https://www.adobe.com/legal/terms.html):label(Terms of Use)}}

Defines a required hyperlink that all recipients must click. Includes a label “Terms of Use” that is displayed to the recipient during signing.


Participant Stamps and Transaction IDs (business and enterprise service levels only)

Participant Stamps and Transaction IDs can be added to the signed PDFs for signers. The specific participant’s stamp appears after that person has signed or approved the document. The participant stamp includes the participant’s name, signing/approval event time, and email. The transaction IDs and stamps appear in the final signed PDF.

{{userstamp1_es_:signer1:stamp}}

Defines a participant stamp for the recipient identified as signer1. This stamp appears in the final signed PDF.

{{userstamp2_es_:signer2:stamp}}

Defines a participant stamp for the recipient identified as signer2. This stamp appears in the final signed PDF.

{{transstamp2_es_:transactionid}}

Defines a transaction ID stamp that appears in the final signed PDF.

{{userstamp_es_:signer1:stamp:repeat}}

{{transstamp1_es_:transactionid:repeat}}

Defines a stamp that appears in the same location on all pages in the final signed PDF.


Digital Signatures (enterprise service levels only)

Digital Signatures can be added to documents. There can only be one digital signature per signer in each document. If you add more than one Digital Signature per signer (e.g., {{digsig1_:signer1: digitalsignature}} and {{digsig2_:signer1: digitalsignature}}), only the first is preserved and the others are automatically removed when the document is sent for signature, unless manually removed in the preview and authoring environment before being sent.

{{digsig1_es_:signer1:digitalsignature}}

Defines a digital signature for the recipient identified as signer1.


Stamp Signatures

Stamps are a dual purpose field type that can replace a signature field, form organizations that prefer to sign with a company seal, or in support of a traditional signature, like a Hanko stamp. Like Digital Signature fields, only one Stamp field can be defined per recipient. Stamp fields are optional by default, unless flagged as required, or if no other signature fields are placed for the signer.

Stamp fields require that an additional parameter be included in the :stampimage directive that indicates the height of the field. Field height is measured in number of lines, based on the font size of the text tag.

{{Stamp1_es_:signer1:stampimage(28)}}

Defines a stamp field with 28 lines of height, for the recipient identified as signer1.


Specifying Default Value

Acrobat Sign supports specifying default value for a field using text tags. The specified default value is shown to the participants during signing.

Text Tag Directive

Example

:default

:default("Default value specified in double quotes")

:default('Default value specified in single quotes')

If the default value contains a single quote or apostrophe, the default value must be enclosed within double quotes. For example: {{location_es_:signer1:default("Signer's Business")}}. If double quotes are required within the default value, the default value must be placed within single quotes.


Specifying Tooltip

Text tags also allow specifying Tooltips for Acrobat Sign form fields. Tooltips are displayed to the recipient during signing.

Text Tag Directive

Example

:tooltip

:tooltip("Please provide a copy of your Driver's License")

:tooltip('Choose a color')


Controlling field size with directives

The :dimension directive can be used to control the height and width of a field, overriding the input of the opening curly braces. 

This is useful if your documents are being generated through a system that will not allow the modification of the font size.

The form of this directive is :dimension(width=XXnn, height=YYmm)

Where XX and YY are the numerical measurement values, and the increment type is defined by the nn and mm values.

  • Numerical values are decimal values that can accept up to five significant figures after the decimal.
  • Increment type values available are:
    • pt - points (each point is 1/72 of an inch) - Points are the default value if no othher increment type is provided
    • in - inches
    • cm - centimeter
    • mm - millimeters

{{BigSig_es_:signer1:signature:dimension(width=35mm, height=12mm)}}

A signature field whose size is set to 35 millimeters wide by 12 millimeters heigh.

Note:

If the increment type is bogus, or the :dimension directive is otherwise malformed, the tag ignores the directive and reverts back to sizing the field based on the curly braces.


Specifying Font Appearance

Text tags can be used to change the font appearance of the field so that it overrides the font appearance used in the text tag for font name, color, and size. To specify font name, use the font name of any font in the existing document or either of the following fonts: Lato, Roboto, Slabo 13px, Source Serif Pro, Source Sans Pro, and Source Code Pro. To specify color, use the RGB hex value or any of the following valid color values: white, lightgray, gray, darkgray, black, red, pink, orange, yellow, green, magenta, cyan, or blue. By default, the font name and size are the font name and size of the first bracket “{“ at the beginning of the text tag.

Text Tag Directive

Example

:font

:font(name=Lato, color=#FF0000, size=12) – Specifies the field appearance to be Lato font in red text and size 12 point font

 

:font(name=Source Code Pro, color=green, size=14) – Specifies the field appearance to be Source Code Pro in green text and size 14 point font


Specifying Field Alignment

Text tags can be used to align the values entered in the form fields. By default the values in the form fields are left aligned. However, using directives on the text tags, the form fields can be aligned to be center aligned or right aligned.

Text Tag Directive

Example

:align(alignment)

:align(left) – Aligns the text in the field to the left. This is the default behavior for form fields and the directive does not need to be satisfied.

:align(right) – Aligns the data in the field to the right.

:align(center) – Center aligns the data entered in the form field.


Specifying Repeat Fields

Text tags can be used to repeat the same fields on each page in the document without having to copy the text tag on each page. For example, this could be particularly useful for signature fields or participant stamps on lengthy documents.

Text Tag Directive

Example

:repeat

:stamp:repeat – Copies the participant stamp to the same location on each of the other pages in the document. Make sure to define a signer role for the stamp. (e.g., signer1, signer2).

:signature:repeat – Copies the signature field to the same location on each of the other pages in the document. Make sure to define a signer role for the stamp. (e.g., signer1, signer2).

:repeat(even) – Copies the field to the same location on the even pages in the document.

:repeat(odd) – Copies the field to the same location on the odd pages in the document.

:repeat(after) – Copies the field to the same location on all the pages after the page where the field is added.

:repeat(before) – Copies the field to the same location on all the pages before the page where the field is added.

:repeat(2,10), :repeat(6-9), :repeat(2,6-9) – Copies the field to the same location on the specified page or page ranges in the document.


Specifying Data Validation Rules

Acrobat Sign supports a variety of field validation types specified by additional text tag directives. Specified data validation rules are applied when the signer is filling in the data during signing. Acrobat Sign will not allow the recipient to complete the signing process if the data entered does not match the specified validation rule.

For example:

 

{{*Mobile_es_:signer1:phone}}

Defines a required field called "Mobile" assigned to the recipient identified as signer1. The recipient must provide a valid phone number in this field during signing.

 

{{Birthday_es_:signer2:isdate}}

Defines a field called "Birthday" assigned to the recipient identified as signer2. The recipient needs to enter a date value during signing.

 

Some field validation types may have additional parameters that narrow down the allowed values in the field.

 

{{duration_es_:signer1:num(>=0,<=60)}}

Defines an optional field called "duration" where the value of the field must be between 0 and 60.

 

{{tenNum_es_:signer1:string(char=num,maxlen=10)}}

Defines an optional field called "tenNum" which allows entering up to a maximum of 10 digits.


Supported Field Validation Rules

Validation Type Text Tag Directive Optional Parameters & Values Samples
String :string char alpha – Letters only :string
:string(char=alpha)
:string(char=num)
:string(char=alphanum)
  num – Numbers only  
  alphanum – Letters & numbers :string(maxlen=10)
maxlen Specific maximum length :string(char=alpha,maxlen=10)
Number :num >= Greater than or equal :num
:num(<=1000)
<= Less than or equal :num(>=50,<=500)
Currency :curr country :curr
:curr(country=us)
:curr(country=uk)
>= :curr(<=500)
<= :curr(country=us,<=100)
Percentage :pct >= Greater than or equal :pct
:pct(>=50)
<= Less than or equal :pct(>=0,<=100)
Date :isdate format mm/dd/yy (Default) :isdate
mm/dd/yyyy :isdate(format=dd/mm/yy)
dd/mm/yy
dd/mm/yyyy
mm/yy
"mmm d, yyyy" :isdate(format="mmm d, yyyy")
Commas are special delimiters.
When used in a format expression, the expression must be enclosed in quotes.
Time :time   :time
Email :isemail   :isemail
Zip :zip country us – Default US Zip Code format :zip
uk - United Kingdom Zip Code format :zip(country=uk)
Zip + 4 :zip4   :zip4
Phone :phone country us – Default US phone # format :phone
uk - United Kingdom phone # format :phone(country=uk)
Social Security Number :ssn   :ssn
Regular Expression :custom regexp A regular expression expressed in the form of a string. See Note below. :custom(regexp="^5[1-5][0-
msg Message to be displayed to the recipient when the data does not match the specified expression. :custom(regexp="^.{3}$",msg="Not a match for three chars in a row!")
Note:
  • Case insensitivity "?i" and "?-a" is not supported
  • The backslash char that is part of regexp constructs such as "\w", must always be escaped with a backslash., i.e., "\\w"
    • In order to search for a backslash, one must use \\\\
  • The regular expression string begins and ends with the double-quotes (") character
    • If a double-quote character is expected to occur within the string that the recipient enters, the validation string can match the double-quote by escaping it with a backslash: \"

A good reference for the syntax of regular expressions used by Acrobat Sign can be found here.

A single field can only include one directive for validation. If multiple validation rules are specified in a single text tag, only the first validation rule gets applied. All subsequent validation rules are ignored.

Masking Sensitive Data

Acrobat Sign supports masking sensitive data collected during signing by adding a specific directive to the text tag. During signing, the data entered by the signer in such a field is converted into asterisks (*) or to a user-defined masking character as soon as the signer exits the field. The signer-entered data is also not presented to any subsequent signers or included in the completed PDF. The signer-entered data can be exported from Acrobat Sign or through the Acrobat Sign API.

Text tag definition:

Example Masking tag

 

During signing:

Example masking field

 

In the final PDF:

Result of masking on final document

{{*CC_es_:signer1:mask}}

Defines a required field called "CC" assigned to the recipient identified as signer1, which gets masked during signing.

{{*CC_es_:signer1:mask(char=-)}}

Defines a required field called "CC" assigned to the recipient identified as signer1, which gets masked during signing with "-". If a character is not specified in the text tag, asterisk (*) is used as the default masking character.


Specifying Conditional Rules for Fields

Acrobat Sign supports applying conditional rules for fields in a document. Conditional rules can be used to define when a particular field within a document is shown to or hidden from the signer during signing.

Conditions applied to a particular field are based on the values of one or more other fields within the document. Conditional rules applied to a particular field can also specify that a particular field be shown or hidden when all the conditions defined for a particular field are satisfied or when any one of the conditions defined for a particular field is satisfied.

{{_es_:signer1:showif(condition)}}

{{_es_:signer1:showifany(condition)}}

Show the field to the recipient identified as signer1 if any one of the conditions defined is satisfied.

{{_es_:signer1:showifall(condition)}}

Show the field to the recipient identified as signer1 only if all the defined conditions are satisfied.

{{_es_:signer1:hideif(condition)}}

{{_es_:signer1:hideifany(condition)}}

Hide the field from the recipient identified as signer1 if any one of the conditions defined is satisfied.

{{_es_:signer1:hideifall(condition)}}

Hide the field from the recipient identified as signer1 only if all the defined conditions are satisfied.

{{_es_:signer1:enableif(condition)}}

{{_es_:signer1:enableifany(condition)}}

Enable the field for the recipient identified as signer1 if any one of the conditions defined is satisfied. This is similar to the ‘showif’ condition except that if the condition is not satisfied, the field appearance during signing is visible but grayed out and not editable. The grayed out field displays the field’s default value, if applicable. The value also appears in the signed PDF.

{{_es_:signer1:enableifall(condition)}}

Enable the field for the recipient identified as signer1 only if all the defined conditions are satisfied.

{{_es_:signer1:disableif(condition)}}

{{_es_:signer1:disableifany(condition)}}

Disable the field for the recipient identified as signer1 if any one of the conditions defined is satisfied. The disabled field appears as a grayed out field during signing. If there is a default field value, the value of a disabled field still appears in the signed PDF.

{{_es_:signer1:disableifall(condition)}}

Disable the field for the recipient identified as signer1 only if all the defined conditions are satisfied.

A condition is defined in the following way: fieldname operator value where the fieldname is the name of the form field within the document on which the condition is based. The supported operators and valid values for the various supported form fields are shown in the tables below.

Conditional Field Operators

Operator

Meaning

Value

Example

=, ==, eq

Equals

Single value

myCheck=checked

!=, <>, neq

Not Equals

Single value

signature!=signed

<, lt

Less Than

Single value, numeric

myNumber < 10

>, gt

Greater Than

Single value, numeric

myNumber > 40

<=, lte

Less Than or Equals

Single value, numeric

myNumber <= 15

>=, gte

Greater Than or Equals

Single value, numeric

myNumber >= 0

?=, in

In

Comma delimited list, must be quoted or within parentheses

option ?="1,2,3"

?!=,!in, not in, notin

Not In

Comma delimited list, must be quoted or within parentheses

option ?!= "1,2,3"

~=, contains

Contains

Single value

Title ~= Manager

~!=, !contains, not contains, notcontains

Does Not Contain

Single value

Title ~!= Junior

Multiple conditions for a single field can be separated using a comma. For example:

{{notRed_es_:showifall(checkbox=checked,Color!=Red)}} defines a field called "notRed" which is shown to the signer when both the conditions are satisfied.

 

Conditional Field Value for Supported Text Tag Fields

Field Type

Valid Values

Example

Signature

signed, unsigned

signHere=signed

Initials

signed, unsigned

initHere!=signed

Checkbox

checked, unchecked

myCheck=checked

Radio Button

Value of the radio button options

Color=Red

Text Fields

Value of the text field

Title!=Senior Title~=Chief Price>100

Attachment fields

attached, unattached

attachment=attached; attachment=unattached

Conditions can be assigned to any field, including required fields like initials, signatures, and signature blocks. When a condition is defined on a required field it is only treated as required if the condition makes the field visible to the signer during signing. In other words, if a signature field has a condition on it that hides it, it is not visible to the signer and therefore does not require the signer to provide a signature in this particular field. The "required field" count at the bottom of the signing page gets dynamically updated, based on the defined conditions, to accurately reflect the number of fields that the signer is required to fill before completing signing the document.

Every signer must have one signature field that does not have a condition assigned to it. Because of this, if all signature fields for a given signer have a condition, a new signature block is added for that signer at the end of the document.


Specifying Calculation Formulas For Fields

Acrobat Sign supports dynamically populating field values into a document during signing based on other field values/choices made by the customer during signing; these types of fields are known as Calculated Fields.

Calculation formulas can be defined similarly to other fields on the document using text tags or the Acrobat Sign drag-and-drop authoring environment. A calculation formula can reference one or more existing fields in the document and can also be based on another calculated field within the document. Calculations can be applied to numeric fields, date fields and text fields.

In addition to calculating the value of a field in the document, calculated fields can also include formatting information to appropriately style the output of the calculated value in the document. Additional rules such as Conditional Rules, Field Masking, and so forth can also be applied to calculated fields through text tags.

 

f1_es_:signer1:calc(formula)

A calculated field assigned to the recipient identified as signer1. Its value for is automatically calculated based the defined formula.

 

f2_es_:signer1:calc(formula):format(formatType, format)

A calculated field assigned to the recipient identified as signer1. Its value is calculated based on the defined formula and the resulting output value is of a specific type and is formatted per the format specified.

Example: A calculated field can be used to dynamically calculate the total tax owed on an order.

{{Tax_es_:signer1:calc([subtotal] * [taxrate]):format(number, "$,.00")}}

The tax calculation is the based on the total cost of the items ordered by the customer and the tax rate for the state of residency of the signer. The resulting calculated tax value is formatted with a dollar ($) symbol before the value and includes two decimal points in the resulting value. For example, if the subtotal is 1250 and tax rate is 6.25%, the resulting calculated value displayed in the Tax field in the document would be $1,328.13.

For more information about calculated fields and using them in your documents, please refer to the Calculated Fields Reference Guide.


Shortening Text Tags

 

Text tags provide a very powerful mechanism for defining different types of fields within a document, assigning those fields to specific signers, specifying validation rules on the fields and/or applying conditional rules to those fields. Applying all of this to a single form field can make the field definition very long and can cause the document structure to be changed as a result of the field definition. Furthermore, since each field definition must fit on one line, the use of multiple complex directives can make document layout very difficult. To ensure consistency of the structure of the document, Acrobat Sign supports a mechanism for defining shortened Text Tags within the document. A shortened text tag consists of two parts:

  • Reference Tag—A shortened tag definition placed at the appropriate location within the document. The reference tag controls the size and location of the actual form field in the document. A reference tag has the following syntax: {{$shortened_name}}. For example, {{$r}} defines a reference tag where "r" is the short name of the tag. The size of the field can be adjusted using whitespaces either immediately after the last open curly brace or immediately preceding the first closing curly brace.
  • Definition Tag—This refers to the complete definition for a specific tag and can be defined anywhere in the document. The size and location of the definition tag do not determine the size and location of the actual form field within the document. A definition tag has the following syntax:

{{#shortened_name=Standard Tag Syntax}}. For example, {{#r=[]ReceiveCommunication_es_:signer1}} defines a complete tag definition for the reference tag named "r". In this example, the tag defines a check box assigned to the recipient identified as signer1.

 

 

For example, the figure below show two reference tags placed within a document.

Simple shortened tag

 

The complete definition of the two reference tags is defined elsewhere in the document as shown in the figure below.

Example of shortened tag references

The complete definition for the text tags is very long and without the ability to define shortened tags in the appropriate location within the document it would not have been possible to maintain the structure of the original document.


Removing Pages From Output

By separating form field locations from the definition of the field, it is possible that all the definitions for tags within a document are placed at the end of the document or on a completely separate page within the document. When the document is sent through Acrobat Sign, all the text tags are processed and a white box is placed on top of the text tag definition so the text is no longer visible to the signer. This may result in entirely blank pages within the document after being processed by Acrobat Sign, pages that contain only text tags. To avoid additional unwanted blank pages on the document Acrobat Sign supports a special text tag definition to remove a particular page from the processed output document generated by Acrobat Sign before sending the document for signature.

{{#REMOVE_PAGE_FROM_OUTPUT}}

A special directive that instructs Acrobat Sign to remove the page on which this directive appears from the processed output for the document. The tag can appear anywhere on the page. A document sent to Acrobat Sign must contain at least one page. If this directive appears on all the pages of a document sent to Acrobat Sign, the first page would not be deleted.

Advanced Text Tags Examples

Below are a few examples of text tags with description for each tag.

Checkboxes

{{[]_es_:signer1}}

A check box, assigned to the recipient identified as signer1.

{{[]*}}

A mandatory checkbox.

{{[]!}}

A read-only checkbox.


Radio Buttons

{{(Daily)Rate_es_:signer1}}

A radio button assigned to signer1 with the value of “Daily”


Drop-down List

{{*Color_es_:signer1:dropdown(options=

"Red,Green,Blue”)}}

A required drop-down list with three possible options. The list is assigned to recipient identified as signer1.

{{Color_es_:signer1:dropdown(options=

"Red,Green,Blue”):default(“Red”)}}

A drop-down list with three possible options and the option “Red” is selected by default. The list is assigned to recipient identified as signer1. If the value is specified in the definition of the drop-down list, the value must be used to specify the default otherwise the option is used.

{{Color_es_:dropdown(options="Red,Green,Blue",

values=”R,G,B”):default(“R”):mask}}

A drop-down list, not assigned to any recipient, with three possible options corresponding to three export values.

The value “R” corresponding to the recipient choice of “Red” is selected by default and the resulting selected option gets masked (displayed as “*”) in the PDF.

{{Color_es_:dropdown(options= "Red,Green,Blue”):showif(Rate=”Daily”)}}

A drop-down list, not assigned to any recipient, with three possible options. The drop-down list is only shown if the value of the radio button called Rate is = “Daily”.


Field Validation

{{Birthday_es_:signer2:isdate}}

An optional date field for the recipient identified as signer2 to enter dates in US date format.

{{*Zip2_es_:signer2:zip}}

A required field for the recipient identified as signer2 to provide a valid zip code. The field validates the value entered by the recipient.


Shortening Text Tags

 

{{$r}}

A reference tag specifying a location of a field.

 

{{#r=[]Spouse_es_:prefill}}

A definition for a check box to be prefilled by the sender.

Text tag shortening can also be used as functions and not just to replace an entire field.

For example, let’s use the following tag:

{{field1_es_:signer1:showif(fieldA=‘Yes)}}

This above tag could also be shortened using the following:

{{field_es_:$A:$B}}

#A=signer

#B=showif(fieldA=‘Yes’)

Text tag shortening also can behave like methods for calculations. For example, let’s use the following tag:

{{field1_es_:calc(a * b / c)}}

This above tag could also be shortened using the following:

Field1_es_:$1(a,b,c)

#1(option1, option2, option3) = calc([option1] * [option2] / [option3])


Conditional Rules

{{f_es_:hideifall(sig=unsigned,initials=unsigned}}

A field that shows only if sig and initials are both signed.

{{*emailAddress_es_:signer1:isemail:showif (TypeOfComm="receiveEmail")}}

A required field for the recipient identified as signer1 to enter a valid email address. The field is only displayed when another field called "TypeOfComm" has a value of "receiveEmail". The field validates the value entered by the recipient.

{{f_es_:hideifany(Color=”Red”,Color=”Green”}}

A field that is hidden if the recipient chooses either the color Red or the color Green in the drop-down list called “Color”.


Calculated Fields

{{shipState_es_:signer1:calc([billingState])

:showif(sameAs=unchecked)}}

A field in the document assigned to the first signer that is only displayed when another field (a checkbox) called “sameAs” is unchecked. The value of the field is automatically populated with the value of the field “billingState” that the signer has entered in the document.

{{total_es_:signer1:calc(q1*pr1)

:format(Number,”$,0.00”):align(right)}}

A field in the document assigned to the recipient identified as signer1. Its value gets automatically calculated as the product of the values in fields “q1” and “pr1”. The resulting value is formatted as currency and displayed with a dollar ($) symbol in front of the resulting value and containing two decimal points. The resulting value is also aligned right aligned within the field.

{{price_es_:signer1:calc(if(pn1=”W1”,9.99, if(pn1=”W2”,5.99,if(pn1=”W3”,24.99,0))))}}

A field in the document called “price” which gets calculated based on the value selected by the signer in another fields “pn1” in the document. In this example if field “pn1” equals W1 the value displayed in the “price” field is 9.99, if field “pn1” equals W2 the value displayed in the “price” field is 5.99 and so on. If none of the values match the value of the field “pn1” the value displayed in “price” is 0. Using this mechanism, calculated fields can be used to automatically populate the price of an item based on the selection that a user has made during signing.

For more information about calculated fields see the Calculated Fields Reference Guide.

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online