<%= t("txt.uninstall.heading", :product => @product.name) %>

How do you think we can make <%= @product.name %> better? We would love to hear from you!

Your email address is optional, but providing it allows us to respond - perhaps with a solution to your issue.

<% 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 %>
  • <%= f.label :message, "The main issue or your comments" %><%= f.text_area :message, :class => "message" %>
  • <%= f.label :email, t("txt.uninstall.your_email") %><%= f.text_field :email, :class => "email" %>

    We 100% respect your privacy and will never share your email.

<%= submit_button "Send Feedback", :btn_class => "dbtn-hilight" %>
<% end -%>