Request for support <%= current_user.contact.firstname -%>


<% if @ticket.nil? %> <% @ticket = Ticket.new %> <% end %> <%= semantic_form_for @ticket do |f| %> <%= f.inputs do%> <%= f.input :title, :hint => "My application won't install" %> <%= f.input :issue, :hint => "When installing my application it crashes with an error message . . . ", :input_html => { :class => :mceEditor } %> <%= f.input :ticket_action %> <%= f.input :number, :as => :hidden, :value => @ticketnumber %> <%= f.input :contact_id, :as => :hidden, :value => current_user.contact_id %> <% end %> <%= f.buttons %> <% end %> <%= link_to 'Back', support_path %>