mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
You have been invited to submit flow <%= @flow.name %>
|
|
<%= form_for @submission, url: start_flow_path(@flow.slug), data: { turbo_frame: :_top }, method: :put do |f| %>
|
|
Provide youe email to start
|
|
<div>
|
|
<%= f.label :email %>
|
|
<%= f.email_field :email, required: true %>
|
|
</div>
|
|
<%= f.button button_title %>
|
|
<% end %>
|