I have feedback form on my mvc site, it looks like
and I need to send my
Change
catch (Exception) { return false; }
To
catch (Exception ex) { // breakpoint here, inspect ex return false; }