Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Depending upon the install of Sitecores Web Forms for Marketers, it may be necessary to configure the Template Item ID of the SaveAction template field.

By default, S4S will use an ID of "A7F779B9-5FCF-45CC-866B-7C973F5C4FAC", but if your install is different, this will need to be configures in the S4SMapping.config file. Otherwise it is not necessary to configure this value.

First find the '/sitecore/templates/Web Forms for Marketers/Form/Submit/Save Actions' item and retrieve its Sitecore Item ID:



The Sitecore ID needs to be copied to theĀ FuseIT.S4SMapping.WFFM.SaveActionField setting in the S4SMapping.config file:

    <settings>
      <setting name="FuseIT.S4SMapping.ConnectionString" value="S4SConnString" />
      <setting name="FuseIT.S4SMapping.WFFM.SaveActionField" value="A7F779B9-5FCF-45CC-866B-7C973F5C4FAC" />      
    </settings>

Next Step

Create a New Sitecore Web form


  • No labels