I got the BizFormItem.Insert() working: a record is inserted in the form table.
Should that insert call trigger something to update anonymous visitor contact record with the form data that is contact mapped in the form module?
Does the anonymous record get updated with the First Name, Last Name or should a new contact record be created?
Does the SiteContext.CurrentUser.?? have a value to find the anonymous record to update?
Trying to understand how Kentico connects/associates the contact us form to the anonymous visitor record in the Contact Management since it is not IP address base.