You have been invited to submit template <%= @template.name %> <%= form_for @submission, url: start_form_path(@template.slug), data: { turbo_frame: :_top }, method: :put do |f| %> Provide youe email to start
<%= f.label :email %> <%= f.email_field :email, required: true %>
<%= f.button button_title %> <% end %>