Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Error 4 Element 'XFormStatistics' is not a known element. This can occur if there is a compilation error in the Web site. F:\1.0 Projects\SVD\SVN\trunk\src\Customer\Units\XForm.ascx 13 14 SvenskaDagbladet
2. AfterSubmitPostedData event doesn't get triggered if "Page shown after the form has been sent" property is set to same page as where form is. Meaning, if I want the form to be redirected to itself, this event get's attached byFormControl.AfterSubmitPostedData += new SaveFormDataEventHandler(FormControl_AfterSubmitPostedData);
line, but doesn't trigger. I want to display posted message, and it wont work as shown in example becausePostedMessage.Text = this.Translate("/customer/pagetypes/customform/postedmessage");
line resides within mentioned event that doesn't work unless form is set to navigate to some other page.