Add custom data attribute to Content Fragment Model field/data-type | Community
Skip to main content
November 5, 2020
Solved

Add custom data attribute to Content Fragment Model field/data-type

  • November 5, 2020
  • 1 reply
  • 2117 views

Hi there,

I am looking for a way to add a custom data attribute that is rendered in the DOM.

 

I have created a custom data type for Email Addresses by overlaying /libs/settings/dam/cfm/models/formbuilderconfig.

 

I have wrote some custom JavaScript that performs validation to ensure they're entered correctly.

 

However, I want to add a custom data-attribute inside the HTML for every instance of my custom data type, so that my validator can use that data-attribute as a selector.

 

Any ideas?

 

Many Thanks

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

1 reply

FL33TW00DAuthor
November 6, 2020

Thanks for the reply,

None of those links provide the functionality I am looking for.

 

I need to add a property in CRX/DE that is reflected in the HTML to be used as a selector.