mirror of https://github.com/docusealco/docuseal
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							10 lines
						
					
					
						
							330 B
						
					
					
				
			
		
		
	
	
							10 lines
						
					
					
						
							330 B
						
					
					
				| 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 %>
 |