33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
<div class="uninstall-content support-content">
|
|
|
|
<h1><%= t("txt.uninstall.heading", :product => @product.name) %></h1>
|
|
|
|
<p>How do <strong>you</strong> think we can make <%= @product.name %> better? We would <em>love</em> to hear from you!</p>
|
|
|
|
<p>Your email address is optional, but providing it allows us to respond - perhaps with a solution to your issue.</p>
|
|
|
|
<div class="contact-form-ct">
|
|
<div class="contact-form-wrap">
|
|
<div class="contact-form">
|
|
<% remote_form_for @support_request, :html => { :onsubmit => "if (!validate_uninstall_from(this)) return false" } do |f| -%>
|
|
<%= f.hidden_field :support_request_origin_id %>
|
|
<%= f.hidden_field :subject, :value => t('txt.uninstall.why_uninstall') %>
|
|
<%= f.hidden_field :product_id %>
|
|
<%= hidden_field_tag "callback", "why_uninstall_sent" %>
|
|
<%= antispam_field %>
|
|
<fieldset>
|
|
<ul>
|
|
<li><%= f.label :message, "The main issue or your comments" %><%= f.text_area :message, :class => "message" %></li>
|
|
<li><%= f.label :email, t("txt.uninstall.your_email") %><%= f.text_field :email, :class => "email" %>
|
|
<p class="emailsafe">We 100% respect your privacy and will never share your email.</p></li>
|
|
</ul>
|
|
</fieldset>
|
|
<div class="submit">
|
|
<%= submit_button "Send Feedback", :btn_class => "dbtn-hilight" %>
|
|
</div>
|
|
<% end -%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |