Custom theme for Core Component Adaptive Form not visible | Community
Skip to main content
Level 2
November 5, 2025
Question

Custom theme for Core Component Adaptive Form not visible

  • November 5, 2025
  • 2 replies
  • 415 views

Hi All,

 

I am using adaptive form core component in aem as a cloud. After create a new theme, i am creating a core component adaptive form buts its not visible and not available to select only the default theme Canvas is available.

 

Can some the correct way to create theme for core component adaptive form and how to use it while creating the form, so use that on localhost aem server.

2 replies

giuseppebaglio
Level 10
November 5, 2025

hi @rockstar234

For guidance on creating and using themes for Core Component Adaptive Forms, please refer to the following official Adobe documentation and video tutorials:

Official Adobe Experience Manager Documentation

Helpful YouTube Video Guides

These resources cover the step-by-step process of cloning and customizing base themes like the Canvas theme, registering and deploying themes in your AEM environment (both local and cloud), and selecting/applying themes in the authoring interface of Adaptive Forms.

If your custom theme does not appear when creating adaptive forms, please ensure the theme client library is correctly deployed and accessible with appropriate permissions in your AEM instance.

 
Level 2
November 5, 2025

@giuseppebaglio  @manvisharma Thanks for sharing the link. I am looking for specific steps for create a new theme and deploy on the localhost. this link more is how to push and deploy on cloud environment.

 

Can you share how i can deploy theme on my localhost and use the theme in my new or existing core component adaptive form

Level 2
November 5, 2025

Check that your theme’s client library folder /ui.apps/src/main/content/jcr_root/apps/[AEM Project Folder]/clientlibs/<yourtheme> has the correct properties with "formstheme" property set to true. Example snippet:

formsTheme:true allowProxy:true

Source: here

 

@giuseppebaglio properties are present and true. I am using AEM as a cloud but see how to push those theme on AEM DS localhost.

ManviSharma
Adobe Employee
Adobe Employee
November 5, 2025

Hello @rockstar234 ,

 

your custom Adaptive Form theme must be packaged as an AEM clientlib (category adaptiveform.theme.<your-name>), deployed on the Author instance (and published to Publish), and then selected from the Adaptive Form creation / form properties. If you only see Canvas, it means your custom theme clientlib isn’t deployed/registered correctly (or you didn’t create it from the theme sources).

Reference doc:
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/adaptive-forms-core-components/create-or-customize-themes-for-adaptive-forms-core-components

 

Level 2
November 5, 2025

@manvisharma Can you please share how create theme and upload to local AEM SDK server instead of proxy. so later on I can use the same theme for my dev,qa,stage and prod environment.