Make workbench-process to render in HTML5 without changing the entrypoint
Hi!
We are currently using a process made in AEM Workbench to render PDFs. Now we would like to change to HTML5 but we have to remain our REST entry point as it is. I have read other threads regarding HTML5 and Workbench, and what I understand is it possible but not as easy as to render in HTML4.
We have a fully working setup that renders HTML5 using a custom profile:
http://host:port/lc/content/xfaforms/profiles/custom.html?template=...&contentRoot=...
I have spent a lot of time reading through https://helpx.adobe.com/content/help/en/aem-forms/6-1/html5-forms/introduction.html with no result.
Do anyone know how I render HTML5 using an AEM Workbench process?