November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Here is the solution:
http://warting.se/2011/05/10/xform-aftersubmitposteddata-is-not-triggered/
"If XForm_AfterSubmitPostedData is never triggered this is probably because the SMTP settings is wrong in web.config(!!?)."
you can also check to make sure that you are allowed to submit the form multiple times. This is done in the xform editor.
I have debugged my XForm-code and can see that this code runs:
However, when I click the send-button, the method that is bound to the SaveFormDataEventHandler isn't executed.
Instead the page is loaded again and the XForm_ControlSetup-method, XForm_BeforeSubmitPostedData(object sender, SaveFormDataEventArgs e)-method etc, runs again.
How do I solve this?
Thanks!