diff --git a/app/views/employers/_form.html.erb b/app/views/employers/_form.html.erb index d7f7cb3..780e74a 100644 --- a/app/views/employers/_form.html.erb +++ b/app/views/employers/_form.html.erb @@ -32,9 +32,10 @@
- <%= form.label :tin, 'TIN' %> - <%= form.text_field :tin, maxlength: 9 %> + <%= form.label :tin, 'TIN' %> + <%= form.text_field :tin, id: 'tin-field', maxlength: 10, placeholder: 'XX-XXXXXXX' %>
+
<%= form.label :dob, 'Date of Birth' %> @@ -96,4 +97,40 @@ resizeTextarea(textarea); }); }); + + +<%# This is for Social Security formatting and # of digits %> + + +<%# This is to format the TIN correctly %> + \ No newline at end of file diff --git a/app/views/participants/_form.html.erb b/app/views/participants/_form.html.erb index 770d176..8f051ee 100644 --- a/app/views/participants/_form.html.erb +++ b/app/views/participants/_form.html.erb @@ -119,7 +119,6 @@ -<%# This is for Social Security formatting and # of digits %> <%# This is for Social Security formatting and # of digits %>