Lead Developer @ Moriyama | Package Producer | Umbraco MVP | Class of 2018
Nik Rimington encountered a Null Reference Exception when submitting an Umbraco Form due to a query string parameter named "model" conflicting with automatic model binding in .NET Framework. The solution involved creating a custom controller and renaming the action parameter to "umbFormModel," resolving the issue.