Rendering form template for HTML5 forms on AEM Forms 6.3 on JEE
My organization is trying to render our forms out to HTML5, but I'm having trouble following the instructions on this page Adobe Experience Manager Help | Rendering form template for HTML5 forms
The instructions given are assuming you're using osgi service, but we want to do it using the jee stack instead.
I can get it to render the form by using http://localhost:8080/lc/content/xfaforms/profiles/default.html?contentRoot=d:/Forms&template=sampleForm.xdp
but when I try and merge data with it by adding "dataRef=path" to the URL, it looks like it just ignores that and just renders the form without data.
Any advice?