Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Form Touch UI Constraint Type dropdown

Avatar

Level 2

Hi, I'm converting form component's classic UI dialog to Touch UI dialog. I see constraint Type dropdown for which options are coming from the following path.

/bin/wcm/foundation/forms/constraint.json

Can someone please guide me if there is any direct way to get the JSON list from the above path in Touch UI instead of writing the backend code to fetch the data (like SELECT * FROM [sling:Folder] AS s WHERE ISDESCENDANTNODE('/') and s.[sling:resourceType] = 'foundation/components/form/constraint').

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
1 Reply

Avatar

Correct answer by
Employee Advisor

@rohinin94643925 wcm/foundation forms are different from aem forms component. You might log this query in https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana...