example with validations
This commit is contained in:
parent
a6a7b6c8b2
commit
2e5954124d
@ -9,11 +9,11 @@
|
|||||||
<% if form.spreadsheet_headers.blank? %>
|
<% if form.spreadsheet_headers.blank? %>
|
||||||
<p>
|
<p>
|
||||||
<label for="Name">Name</label>
|
<label for="Name">Name</label>
|
||||||
<input type="text" name="Name">
|
<input type="text" name="Name" required>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<label for="Email">Email</label>
|
<label for="Email">Email</label>
|
||||||
<input type="text" name="Email">
|
<input type="email" name="Email" required>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user