Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

renderHTMLForm operation

Avatar

Level 1

The “renderHTMLForm” operation is available under both “FormsService” and “NewHTMLFormsService” services. Which one should be used to render an XDP as HTML5 form? Is “NewHTMLFormsService" specifically for use with the workspace as it is a part of process management module?

Thanks.

1 Reply

Avatar

Level 10

You should use the NewHTMLFormsService.

The other one is our old HTML render that produces HTML4.

Jasmin