<%= form_for justification_style, html: ajax_form_hash(dom_target(justification_style.post_type, :justification_styles_container), insert_method: 'append', reset_on_success: true) do |f| %> <%= f.hidden_field :post_type_id %> <%= render partial: 'form_fields', locals: { f: f, justification_style: justification_style } %>
<%= f.submit "Create", data: {disable_with: false} %>
Close
<% end %>