Try our conversational search powered by Generative AI!

Xforms event not firing

Vote:
 

I've tried firing XForm_AfterSubmitPostedData from the code-behind on the user control, and tried firing it from the Global.asax, but it just doesn't trigger. Any idea why? Put breakpoints everywhere, just doesn't work...

#33906
Oct 22, 2009 10:09
Vote:
 

Hi!

Does the rest of the form posting work, for instace do you see your posts in edit mode after submitting the form?

Linus Ekström
EPiServer Development Team

#33910
Oct 22, 2009 10:25
Vote:
 
The data gets saved and emailed, but it stays on the same page. I want to display the thank you page, but a bit hard when you can't fire the event.
#33913
Oct 22, 2009 10:34
Vote:
 

I think I have had this problem before. If you have the same problem you need to register the event earlier in the page cycle. What i think happened for me was that the XForm had a "page after submit" set. Because of that, a redirect was made before the AfterSubmit event fired. Or the event fired but there was an event handler in the episerver code which was earlier in the chain and that event handler performed the redirect. Something like that. Either way, try to register your event handler in OnInit instead of OnLoad.

Edit: I realize that I might have misunderstood your question, but the issue might be related?

#33914
Edited, Oct 22, 2009 10:36
Vote:
 
Ah, finally managed to fire from the Global.asax. Thank you. :)
#33915
Oct 22, 2009 10:36
Vote:
 

Seem to have the same issue here, worked before - change is update from Episerver 5 R2 sp1 to R2 sp2.

What did you change to make it work Viktor?

 

Edit: Issue for me was that mail-config was not setup properly, which sadly seem to silently swallow the exception and cancle some event but anyway save the post in database (when config on the submit-button is set to 'save-to-database and send email'). Perhaps a better approach would be to fire the exception...

#36747
Edited, Feb 09, 2010 18:16
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.