Hi,
I'm trying to setup Enteprise Forms with Hippo community 10.0.2
I'm using those dependencies :
<dependency>
<groupId>com.onehippo.cms7</groupId>
<artifactId>hippo-addon-eforms-repository</artifactId>
<version>${hippo.plugin.eforms.version}</version>
</dependency>
<dependency>
<groupId>com.onehippo.cms7</groupId>
<artifactId>hippo-addon-eforms-cms</artifactId>
<version>${hippo.plugin.eforms.version}</version>
</dependency>
<dependency>
<groupId>com.onehippo.cms7</groupId>
<artifactId>hippo-addon-eforms-hst</artifactId>
<version>${hippo.plugin.eforms.version}</version>
</dependency>
where ${hippo.plugin.eforms.version} = 2.0.0
Is it the actual and good version to use with Hippo 10 ?
Because i have some issues, starting with a clean repository, i'm going to the CMS, Documents, Enterprise Forms, then i don't see any 'forms' folder, also i'm not able to create new forms, only the "new-eform-fieldgroup" is available if i configure it myself on a new folder.
In the console, hippo:namespaces:eforms, all custom types seems to be there (compoundForm, form, reusablefieldgroup) but in hippo:configuration/hippo:queries/hippo:templates, only "new-eform-fieldgroup" is there.
Am i missing some installation steps ?
Thank you