Files
docuseal/app/views/start_form/completed.html.erb
T
2023-06-26 01:01:55 +03:00

5 lines
293 B
Plaintext

<p>
Form has been submitted already - thanks!
</p>
<%= button_to button_title(title: 'Send copy to Email', disabled_with: 'Sending'), send_submission_email_index_path, params: { template_slug: @template.slug, email: params[:email] }, form: { onsubmit: 'event.submitter.disabled = true' } %>