Modify properties for Adaptive Form and Adaptive Form Fragment | Community
Skip to main content
October 21, 2024
Solved

Modify properties for Adaptive Form and Adaptive Form Fragment

  • October 21, 2024
  • 2 replies
  • 746 views

Hi everyone,

 

I want to do some modifications to some properties on Adaptive Form and Adaptive Form Fragment (AF from now on). Right now, if I open the properties of an AF I'll see something like this:

The values I want to change are for: Author Name and Created/Last Modifiy/Last Published.

 

For Author Name I want display the UserName instead of the UserID and for the Dates I want to show it like it is right now but also add the User Name to know who created the AF, who modified last and the same for the publish.

 

Something like this.

 

I'm kinda new on this environment so I don't know if this is hard or not, but the issue I have is to find the actual file that render this page with that information, so I don't know where to change it.

 

Any help is good help!

 

Thanks in advanced,

Luis.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by pankajpr

Hi Luis,

 

The properties mentioned by you are system generated properties which are added/updated on metadata nodes by AEM on Form creation or modification, publishing. You can't alter these values. You can add custom metadata to this OOTB metadata schema and add user provided values.

 

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/forms/adaptive-forms-authoring/authoring-adaptive-forms-foundation-components/manage-metadata/manage-form-metadata 

 

Thanks,

Pankaj Parashar

2 replies

Adobe Employee
October 23, 2024

Hello Luis,

 

You can make these changes in below path in the crx/de

 

"/content/dam/formsanddocuments/<your form name>/jcr:content/metadata"

 

Let me know if you need any additional help.

 

Thanks,

Rahul Pandey

BlodwidAuthor
October 23, 2024

Hello Rahul,

 

Thanks for the response. Maybe I didn't explain correctly. Indeed I can change manually this information if I change the metadata of the actual form, but I want this to be automatic. I work with a lot of forms and do that manually every time there is a change or we need to create a new one cannot be the way to go.

pankajprAdobe EmployeeAccepted solution
Adobe Employee
October 23, 2024

Hi Luis,

 

The properties mentioned by you are system generated properties which are added/updated on metadata nodes by AEM on Form creation or modification, publishing. You can't alter these values. You can add custom metadata to this OOTB metadata schema and add user provided values.

 

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/forms/adaptive-forms-authoring/authoring-adaptive-forms-foundation-components/manage-metadata/manage-form-metadata 

 

Thanks,

Pankaj Parashar