The issue I'm running into with using the WebPart is that I need values from the form and since the form doesn't reside in the web part I can't access the fields the user entered.
So are you saying in a global event handler I could call out the form and pass the fields I need to a method that did what I needed it to do?
Or is this not possible to get form data from the form directly and not from the database.
I was going to do it by calling the database but the problem with that is right now I don't have a unique identifier to query with to get back the right results.
Please let me know if this global event handler will be the solution for this.
Thank you.