Expand my Community achievements bar.

SOLVED

Modify properties for Adaptive Form and Adaptive Form Fragment

Avatar

Level 1

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:

Blodwid_0-1729506881616.png

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.

Blodwid_1-1729507302501.png

 

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.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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-f... 

 

Thanks,

Pankaj Parashar

View solution in original post

3 Replies

Avatar

Level 2

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

Avatar

Level 1

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.

Avatar

Correct answer by
Employee

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-f... 

 

Thanks,

Pankaj Parashar