Hi,
I’m working in a document-based authoring environment where content is managed through structured documents (possibly XML or JSON via an Enterprise Data Store). I need to fetch the placeholder text for an email input field dynamically from the EDS document and display it in a web form (as shown in the attached screenshot).
Could someone help me understand:
How do I retrieve the placeholder text value from a structured document in the EDS?
What tags or keys should I look for (assuming XML/JSON)?
What is the recommended approach to bind this value to a frontend form field's placeholder attribute?
Are there specific APIs, query mechanisms, or CMS features used to extract such values in document-based systems?
How do I ensure this content remains manageable for authors/editors without needing code changes?
Any guidance, best practices, or example implementations would be really helpful.
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ChamuCh1 ,
Please refer: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
Doc based authoring and EDS utilizes google/MS sheets for
1. Storing form labels, placeholders along with field validations etc.
2. Store form's submitted data
Hi @ChamuCh1 ,
Please refer: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...
Doc based authoring and EDS utilizes google/MS sheets for
1. Storing form labels, placeholders along with field validations etc.
2. Store form's submitted data
Views
Like
Replies