<%=t("Name")%>: <%= f.text_field :name, {"style" => "width:200px"} %>
<%=t("Zone")%>: <%= collection_select(:shipping_method, :zone_id, @available_zones, :id, :name, {}, {"style" => "width:200px"}) %>
<%=t("Shipping Calculator")%>: <%= f.text_field :shipping_calculator, {"style" => "width:200px"} %>