A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I want to alter the form and add some functions to send mail in BeforeSubmit and in AfterSubmit I want to do a redirect to a certainpage.
How do I solve this?
In XFormBlock.ascx.cs I have the following code;
The events run fine and works. However! Everytime the page containing the xform block is rendered it will register a
which means that after entering any calendarEventPage for say 10 times and I finally post a form the BeforeSubmit event will run 10 times.
Is it possible to somehow check if the events allready been registered?