hippocms

writing html & js code in rich text editor in hippo, so the code functionality will reflect on site


iam new in hippo cms. Is there any way to write html or java script code in rich text editor in hippo cms. so the functionality of any code (html or js) should reflect on pages of site.

 function onclick(){
     alert('hello');
}

This code should be add in rich text editor and on button click hello should be show on page. Thanks in advance.


Solution

  • by default js will be removed from rich text fields. While the behavior can be disabled, generally speaking it is not recommended. This requires your editors to know not only JS/Html but also the interactions with your existing templates. It also allows attack vectors from inside your content, though for this they need access to the cms.

    https://www.onehippo.org/library/concepts/document-types/html-fields/html-cleaning.html