It would be nice to have option to set max length for some of the customer related fields.

Our internal system only has a max length of 15 chars for First and Last names and 30 for Company.


I've edited the views to reflect things like:

@Html.EditorFor(model => model.FirstName, new { htmlAttributes = new { @style = "", @maxlength="15" } })