<%= form_for AttributeField.new do |f| %> <%= hidden_field_tag :entity_type, content.class.content_name %>

New attribute field

<%= f.label :attribute_category, 'Category' %>
<%= f.text_area :attribute_category, class: "materialize-textarea autocomplete" %>
<%= f.text_area :label, class: "materialize-textarea", placeholder: "Field Name" %>

Please save any changes before adding a field. It will refresh the page and any changes in your form will be lost.

<%= f.submit "Create field", class: "btn waves-effect waves-green" %> close
<% end %>