GOAL
When a user fills out a WFFM form, the user information should be added to a contact list in Sitecore.
BACKGROUND
-Using Sitecore 8.1 Update 2 and have WFFM installed.
-Created a new list in List Manager.
-Created a new form which has three fields, First Name, Last Name and Email address.
-Added the following form save actions in the order listed below and set appropriate properties on each save action.
- Create User
- User Login
- Update Contact Details
- Add contact to contact list
- Logout User
ISSUE
When I submit the form, the submission is successful but the user does not appear on the contact list.
No information shows in the sitecore logs.
Any thoughts on what I might be missing?
Thanks,