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.
8 lines
461 B
8 lines
461 B
<% if @email_config %>
|
|
<%= render 'custom_content', content: ReplaceEmailVariables.call(@email_config.value['body'], submitter: @submitter) %>
|
|
<% else %>
|
|
<p>Hi there,</p>
|
|
<p>"<%= @submitter.submission.template.name %>" form has been completed by <%= @submitter.submission.submitters.order(:completed_at).map { |e| e.name || e.email || e.phone }.join(', ') %>.</p>
|
|
<p><%= link_to 'View Submission', submission_url(@submitter.submission) %></p>
|
|
<% end %>
|