What is Wrong? It is Not Accepted!

<%= form_for(@user) do |f| %>
  <%= f.label :first_name %>
  <%= f.text_field :first_name %>
  <%= f.label :last_name %>
  <%= f.text_field :last_name %>
  <%= f.label :email %>
  <%= f.email_field :email %>
  <%= f.submit "Sign up" %>
<% end %>

What is wrong? It is not accepted!

Here’s a solution that may help Signup I Step 4 - trouble with form

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.