%= form_for([@scriptcdn_author.script, @scriptcdn_author], url: scriptcdn_script_authors_path) do |f| %>
<%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
<%= f.label :authorfirstname, "First Name" %>
<%= f.text_field :authorfirstname %>
<%= f.label :authorlastname, "Last Name" %>
<%= f.text_field :authorlastname %>
<%= f.label :authoremail, "Last Name" %>
<%= f.text_field :authoremail %>
<%= f.label :authorgithub, "Last Name" %>
<%= f.text_field :authorgithub %>
<%= f.label :authortwitter, "Last Name" %>
<%= f.text_field :authortwitter %>
<%= f.submit %>
<% end %>