Skip to content

Commit e4c2ace

Browse files
DavidBiddlelfdebrux
andcommitted
Use email field type for member email address
Co-authored-by: Laurence de Bruxelles <laurence.debruxelles@digital.cabinet-office.gov.uk>
1 parent b375ba0 commit e4c2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/group_members/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<%= t(".body_html") %>
2727

28-
<%= f.govuk_text_field :member_email_address, label: { tag: 'h2', size: 'm' } %>
28+
<%= f.govuk_email_field :member_email_address, label: { tag: 'h2', size: 'm' } %>
2929

3030
<% if show_role_options %>
3131
<%= f.govuk_collection_radio_buttons(

0 commit comments

Comments
 (0)