Hi, Is there any way to programmatically read a list of submitted fields and their values on a custom submit handler? All the examples I can find assume you already know the names of the fields on submit.
private void FormItem_InsertAfterHandler(object sender, BizFormItemEventArgs e)
{
var form = e.Item;
.... *
↧