Help & Support

<%= t("txt.support.contact_info_1") %>

<%= t("txt.support.contact_info_2") %>

<%= contact_form(:show_product_select => false) %>

<%= t("txt.support.contact_info_3") %>

<% @products.each do |product| %>

<%= product.name %>

<%= link_to_new_window "See Quick Start Guide", quick_start_guide_path(product) %>

<%= link_to_new_window "See Documentation", documentation_path(product) %>

<%= link_to_new_window "See Class Reference", class_reference_path(product) %>

<% if product == featured_product %>

<%= link_to_new_window "Better ListView on StackOverflow", " http://stackoverflow.com/questions/tagged/better-listview" %>

<% end %> <% end %>
<% javascript_tag do -%> document.getElementById("support_request_name").focus(); <% end %>