New-UDFormValidationResult

When New-UDFormValidationResult returns from the OnValidate event, where is that variable stored? Do we have access to it? I want to do a few things aside from just enabling the submit button (which we have no control over that I can tell)

Thanks.

You don’t. You could store it in a $Session variable though and then use it somehow.

Feel free to write up an issue if you want to see more flexibility in the UDForm component.

That’s cool, was just making sure before I went through the $session variable route. Too many other more important things out there to get fixed and/or added.

I appreciate the quick response.