web-forms-for-marketers

How to update sitecore user with webforms for marketers ( Update Contact Details )

浪子不回头ぞ 提交于 2020-02-08 09:14:51
问题 I'm working on a Sitecore 8 Update 2 site. I used web forms for marketers to create a login and register page. These worked fine and were easy to use. On the register form i was able to link fields on the form with fields on the selected user profile, nice and easy. Now i want a page were user can edit their contact data. However when i want to link the fields of the form I can only link them to facets. I have filled in the " User Profile " field of the form with my profile. So i would like

How to get the Sitecore.Current.Site object inside custom save action WFFM?

痞子三分冷 提交于 2020-01-11 11:08:10
问题 I'm using Sitecore Webforms For Marketers . In the save action of my form I get the Sitecore.Context.Site object, but the object doesn't return the right context. The value is "modules_shell". Does anyone know how I can get the right context? Thanks a lot. 回答1: Without knowing the specifics of your setup I would suggest determining the correct site in the same way that Sitecore's site resolver does: var url = System.Web.HttpContext.Current.Request.Url; var siteContext = Sitecore.Sites

Save Action on webforms for marketers throws exception

风流意气都作罢 提交于 2020-01-05 09:28:21
问题 I am using the latest version of Sitecore - 7.2 (rev. 140228) and the latest version of WFFM - 2.4 rev. 140923. So the problem is whenever I try to submit a form no matter what kind of save action I have, Sitecore throws exception: Object reference not set to an instance of an object. Description: An unhandled exception occurred. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Stack Trace: [NullReferenceException: Object reference not

Sitecore: We experienced a technical difficulty while processing your request. Your data may not have been correctly saved

雨燕双飞 提交于 2019-12-25 02:09:45
问题 It is throwing the following exception after submitting the data using Web form created after it is upgraded from Web Form for Marketers 2.1.0 to 2.3.0. Followed the step by step upgrade instructions. Exception in the Log file: 6772 22:24:13 WARN Web Forms for Marketers: an exception: has occured while trying to execute an action. Error/Warning on the UI: Sitecore: We experienced a technical difficulty while processing your request. Your data may not have been correctly saved However, it is

Sitecore - Web Forms for Marketers - Send Mail Editor: No option was shown on the Insert Field drop down list

一个人想着一个人 提交于 2019-12-25 01:41:57
问题 I was blocked when implementing the send mail feature by Web Forms for Marketers. I have checked the user guide before and it said I could use the 'Insert Field dropdownlist' to reference the form values on the send mail editor dialog. My questions: 1. I cannot see any options on the insert field dropdownlist. Should I do any configuration to reach that? 2. I can use [EMail] on the To/CC/BCC/Subject fields to reference the value from form field, but I cannot do the same thing on the content

Sitecore - Webforms For Marketers Form - Use ReadQueryString Option

萝らか妹 提交于 2019-12-24 02:01:52
问题 When one has added a WFFM form to a Sitecore Item, you can go to the Presentation Details and click on Form. There you'll see an option called ReadQueryString - Reads initial values from the url query string. My form has a few fields, one of which being Email . I tried adding ?Email=test to the URL of the page that hosts this form, but the value is not being picked up. Am I correctly understanding the intended purpose of this option? Am I using it correctly? Sitecore version 6.5; Web Forms

Sitecore Web forms for marketers 2.4 file upload on content delivery server error (WFFM)

余生颓废 提交于 2019-12-23 22:20:06
问题 Web Form For Marketers 2.4 question Situation: I'm getting technical error on a form with file upload field when form is submitted from content delivery server. Sofar I could identify that the problem happens on CD servers because there is no reference to master database. I appreciate that WFFM documenation says that FileUpload field works with master database, but at the same the documentation also mentions possibility to use "remoteWfmService". But even after configuring web service I see

IS Accessing DropList Value of Sitecore WFFM Control in Javascript Possible?

淺唱寂寞╮ 提交于 2019-12-12 03:58:38
问题 I am using Sitecore 7.2 with Web Forms for Marketers 2.4. Using wffm form designer I created a form that has a droplist in it. I want to be able to hide or unhide another field in the same form based on the selected value of the droplist. Through my research I came up with exporting the form (via form designer export) and pointing the sublayout to that exported form. I then added and onChange event to the droplist. <cc3:droplist runat="server" title="Country" emptychoice="True" id="field_xyz"

Cannot get a Sitecore form to display in a placeholder (Web Forms for Marketers module)

给你一囗甜甜゛ 提交于 2019-12-11 21:46:20
问题 I'm busy writing a sitecore solution to manage a news site. I have a NewsArticleLayout (used to display a NewsArticle item), with a NewsArticleMailPlaceholder which I want to use to display a form where a user can enter a name and email address where a news article link must be mailed to. On the NewsArticleLayout page is already a NewsArticleSublayout with a phNewsArticle placeholder, which is currently correctly displaying data related to a news article. When I try to link the form to this

sitecore web form for marketers form post to external url

一笑奈何 提交于 2019-12-11 13:55:11
问题 We are using Sitecore's Web form for Marketer's module to generate forms. Now i have a special requirement, i need to created a form using Web Form for Marketer's module which will post to an extrenal site web page. External site web page is expecting certain form fields so i need to make sure that form fields generated by Web Form for Marketer has id/name as we want to send it to page on external site. Is this possible using web form for marketers? If not what would be best practice to have