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