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.
<% end %>