Hello tinyforms
This commit is contained in:
5
app/views/forms/new.html.erb
Normal file
5
app/views/forms/new.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<%= form_for @form do |f| %>
|
||||
<%= f.text_field :title %>
|
||||
<%= f.text_field :thank_you_url %>
|
||||
<%= f.submit %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user