Create Jurisdiction

<%= HTML.FormTag("Jurisdiction", "CreatePost", empty, empty) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("JurisdictionCreateForm")) %>
<%= HTML.TextboxExt("Name", Model.Name, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Mailing_Address", Model.Mailing_Address, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CSZ", Model.CSZ, Array("class", "form-control")) %>
<%= HTML.TextboxExt("IMB", Model.IMB, Array("class", "form-control")) %>
<%= HTML.TextboxExt("IMB_Digits", Model.IMB_Digits, Array("class", "form-control")) %>
<%= HTML.Button("submit", " Create", "btn-primary") %>    <%= HTML.LinkToExt(" Cancel", "Jurisdiction", "Index", empty, Array("class", "btn btn-default")) %>