Enable Editable Fields for Fragments Using Custom HTML | Community
Skip to main content
User Group Leader
June 10, 2025
Solved

Enable Editable Fields for Fragments Using Custom HTML

  • June 10, 2025
  • 2 replies
  • 478 views

Hello,

I have some html files from our developer that I want to upload into AJO as Email Fragments, but also want to allow users to change text, images, buttons, etc. after they insert the fragments into emails. When I try to enable the editable fields for some of these components, it says "Unsupported content selected. Select another component". 

I did some experimenting and noticed that when I use the OOTB contents in the Fragment builder, there are some syntax that seem to indicate if something is editable.

Ex: 

<div contenteditable="true" class="text-container"> <p>Please type your text here.</p> </div>

Is it possible to add this syntax into the html files I'm trying to upload in order to enable editable fields?
 

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 DavidKangni

Hi @lala-pen 

 

For HTML components, only specific elements are editable fields.

 

Thanks,

David

2 replies

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorAccepted solution
Community Advisor
June 10, 2025

Hi @lala-pen 

 

For HTML components, only specific elements are editable fields.

 

Thanks,

David

David Kangni
Lala-PenUser Group LeaderAuthor
User Group Leader
June 10, 2025

This is what I was looking for. Thank you!