Hello,
I’m new to BloomReach and I’ve been struggling to get the Enterprise Eform plugin to work.
I attempted to install the Enterprise Forms plugin as per the instructions on the following page:
The first two parts, namely installing the CMS Plugin Maven dependencies and the HST Components seemed to go fine. But further in the instructions, I had to download a Hippo addon eforms demo and extract the ftl (and js/css, etc) resources from it, as per these instructions:
While I’m using BloomReach 13.0.0, which is a very recent release, it occurred to me that the latest eform demo file from the Maven repository that I had to manually download was dated October 2016. I did not feel confident about this, but since I was only extracting the ftl template files and web assets, I proceeded to do so.
I carefully cleaned, rebuilt, made sure bean generation was up-to-date, and then restarted the server. Using the CMS application, I switched to the Channel mode and attempted to add an Enterprise Form component to a web page. The attempt failed (or partially, at least) and I saw the following in the log:
[BaseEformComponent.getFormBean:246] *** EFORMS ***
[BaseEformComponent.getFormBean:247] Cannot get the form bean, returning null. Reason: the content bean is null or it does not match the FormBean type [eforms:form].
[BaseEformComponent.getFormBean:248] Override the method [BaseEformComponent#getFormBean(HstRequest)] to get the form bean in a different way, e.g. from a linked bean.
[BaseEformComponent.getFormBean:249] *** EFORMS ***
[EformComponent.doBeforeRender:150] No form bean found for path info /content, no form processing will be done
I was able to step through BaseEformComponent.getFormBean() and I saw that a HippoFolder bean was being returned, rather than a FormBean. Prior to that point, I had not manually created a Form in the content repository, but I assumed it should be fine and a blank one should be getting created by default since this is a new component.
I then created a simple Form under the CMS content, switched back to Channel, clicked the Enterprise Form component on my page and attempted to assign a Form to it using the properties on the right-hand side. However, I was shocked to discover that the pop-up Link Picker only listed “Documents”, “Images”, and “Assets”. “Forms” was missing, despite the fact that I could create Form instances in the content section of CMS.
All of this has left me wondering if I truly installed the plugin correctly (I attempted to repeat the steps in case I missed anything) or if whether the 2016 demo file dependencies on this plugin suggest we may be better off building form/text field components from scratch rather than using the plugin.
If anyone has any direction or advice to offer, that would be very gratefully appreciated.
Many thanks,
Nick