<%= image_tag image, :id => "croplogo", :size => image_size %>
<%= form_for p_form_for, :url => p_form_url do |f| %>
<%= fields_for :crop_size do |fc| %>
<%= fc.hidden_field :x %>
<%= fc.hidden_field :y %>
<%= fc.hidden_field :width %>
<%= fc.hidden_field :height %>
<% end %>
<% end %>