Upgrade Enterprise Forms
Upgrade steps for Enterprise Forms when upgrading from Bloomreach Experience Manager 11.x to 12.x.
Upgrade Submission Confirmation Behavior Configuration
As of Enterprise Forms 4.0.0 (Bloomreach Experience Manager 12.0.0), the Submission Confirmation Behavior has a new required configuration property eforms:confirmationenablesending:
Field | Description | JCR Property |
---|---|---|
Send e-mail |
A confirmation e-mail is only sent if this checkbox is checked. This way the confirmation behaviour can be added to a Form document type by default, but editors can decide per form document if the mail will be sent or not. |
eforms:confirmationenablesending |
If the eforms:confirmationenablesending property is absent, the default value of false is assumed and confirmation will effectively be disabled. Therefore, if your implementation project uses Enterprise Forms and contains forms that use the Submission Confirmation Behavior, the property eforms:confirmationenablesending must be added to these forms and its value set to true to retain identical functionality.
As of Enterprise Forms 4.0.1 (Bloomreach Experience Manager) 12.0.1, the Submission Confirmation Behavior's eforms:confirmationsenderaddress property has been deprecated and replaced by eforms:confirmationreplytoaddress:
Field | Description | JCR Property |
---|---|---|
'Reply-To' e-mail address | The optional reply-to e-mail address of the confirmation message. You can enter just the full e-mail address but also the standard notation ' MySender<[email protected]>'. If not filled in, it defaults to the values as configured by component parameters 'eforms-from-name' and 'eforms-from-email'. |
eforms:confirmationreplytoaddress |
If your implementation project uses Enterprise Forms and contains forms that use the Submission Confirmation Behavior, the property eforms:confirmationsenderaddress must be replaced with eforms:confirmationreplytoaddress in these forms. The value of eforms:confirmationreplytoaddress must be identical to that of eforms:confirmationsenderaddress.