Sha256: 80698bd4141d234eac44394eb0cd537f68940117099f1170a0db1571d5bf2794

Contents?: true

Size: 691 Bytes

Versions: 4

Compression:

Stored size: 691 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  </head>
  <body>
    <p>Dear <%= "#{@response.name}" %>,</p>

<p>Thank you for getting in contact.</p>

<p>We will be in touch shortly.</p>

<p>Regards<br />
<%= Noodall::UI.app_name %>
</p>


<p>
<strong>Original message</strong><br />
To: <%= @form.email %><br />
From: <%= @response.email %><br />
Subject: <%= "#{Noodall::UI.app_name}: Response to the #{@form.title} form." %><br />
</p>

    <table>
      <thead>
        <th>Field</th>
        <th></th>
      </thead>
      <tbody>
<%= render 'form_mailer/form_response_fields' %>
      </tbody>
    </table>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
noodall-form-builder-0.0.10 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.0.9 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.0.8 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.0.7 app/views/form_mailer/form_response_thankyou.html.erb