We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cc457 commit 0398426Copy full SHA for 0398426
1 file changed
app/views/proxy_borrower_forms/dsp_form.html.erb
@@ -13,7 +13,7 @@
13
below to withdraw books in my name for use in research. I will take full responsibility
14
for all materials checked out with this card in my name.
15
</p>
16
- <%= field_for f, :student_name, required: true %>
+ <%= field_for f, :student_name, required: true, readonly: true %>
17
<%= field_for f, :research_last, required: true %>
18
<%= field_for f, :research_first, required: true %>
19
<%= field_for f, :research_middle %>
0 commit comments