November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Jens
Did you ever solve this? I am having a similar problem. I'm using the default EPiServer email notification for a contact-us form, but am getting 2 emails for each submit. Debugging shows that my BeforeSubmit and AfterSubmit events are each being triggered twice (they are not doing the email send, but are showing that the submit event is firing twice).
Regards,
Edmund
I have made a XFormblock and when the form is posted the BeforeSubmitPostedData is triggered several times. Why is that?
I need to change some values in the form before it submits and also send an extra confirmationemail to the sender.
private void XForm_BeforeSubmitPostedData(object sender, SaveFormDataEventArgs e)
{
.....
}