Skip to content

Commit 06d41ac

Browse files
authored
Merge branch 'main' into 5560-reorder-rename-transfer-action-buttons
2 parents d8eaee2 + ae97376 commit 06d41ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/product_drive_participants/_form.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
<!-- form start -->
1111
<div class="card-body">
1212
<%= simple_form_for form, html: {class: 'form-horizontal'} do |f| %>
13-
<%= f.input :business_name, label: "Business Name", wrapper: :input_group do %>
13+
<%= f.input :business_name, label: "Business Name*", wrapper: :input_group do %>
1414
<span class="input-group-text"><i class="fa fa-suitcase"></i></span>
1515
<%= f.input_field :business_name, class: "form-control" %>
1616
<% end %>
1717

18-
<%= f.input :contact_name, label: "Contact Name", wrapper: :input_group do %>
18+
<%= f.input :contact_name, label: "Contact Name*", wrapper: :input_group do %>
1919
<span class="input-group-text"><i class="fa fa-user"></i></span>
2020
<%= f.input_field :contact_name, class: "form-control" %>
2121
<% end %>
2222

23-
<%= f.input :phone, label: "Phone", wrapper: :input_group do %>
23+
<%= f.input :phone, label: "Phone* (phone number or e-mail required)", wrapper: :input_group do %>
2424
<span class="input-group-text"><i class="fa fa-phone"></i></span>
2525
<%= f.input_field :phone, class: "form-control" %>
2626
<% end %>
2727

28-
<%= f.input :email, label: "E-mail", wrapper: :input_group do %>
28+
<%= f.input :email, label: "E-mail* (phone number or e-mail required)", wrapper: :input_group do %>
2929
<span class="input-group-text"><i class="fa fa-envelope"></i></span>
3030
<%= f.input_field :email, class: "form-control" %>
3131
<% end %>

0 commit comments

Comments
 (0)