Question

For a webshop i'm using Sitecore Webforms For Marketers. There is a multiple server configuration with 2 Content Delivery Server(CDS) and 1 Content Management Server(CMS). On the CDS servers is no possibility to write data, so i have configured a webservice to forward the form data from the CDS to the CMS server.

What's the goal? There are 2 forms where a user can:

  1. Post a review for a product at the products detail page
  2. Post a review for a product and select the product in a dropdownlist at a global page

The problem is that i have less experience with Sitecore Webforms For Marketers. It's important that the review's parent item the right product is. I have read the developer manual and figured out there are several save actions, but not the one i prefer. Do I need to create a custom save action or is there a simple workaroud (e.g. with workflows)?

Thanks a lot!

Jordy

Was it helpful?

Solution

Create a save action that calls your web service and submits the data to your CM instance.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top