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