<%= form_for(@videolisting) do |f| %> <% if @videolisting.errors.any? %>

<%= pluralize(@videolisting.errors.count, "error") %> prohibited this videolisting from being saved:

<% end %>
<%= f.label :videocode %>
<%= f.text_field :videocode %>
<%= f.label :producttypeid %>
<%= f.text_field :producttypeid %>
<%= f.label :remoteassetsarchive %>
<%= f.text_field :remoteassetsarchive %>
<%= f.label :voiceoverselection %>
<%= f.text_field :voiceoverselection %>
<%= f.label :musicselection %>
<%= f.text_field :musicselection %>
<%= f.label :clientprovidedscript %>
<%= f.text_field :clientprovidedscript %>
<%= f.label :keywords %>
<%= f.text_field :keywords %>
<%= f.label :focus %>
<%= f.text_field :focus %>
<%= f.label :notes %>
<%= f.text_field :notes %>
<%= f.label :asseturls %>
<%= f.text_field :asseturls %>
<%= f.submit %>
<% end %>