Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6361055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:43:36+00:00 2026-05-24T23:43:36+00:00

Sadly loses my form after unsuccessful validation the data which have the user typed

  • 0

Sadly loses my form after unsuccessful validation the data which have the user typed in. How can I change this, so that the form doesn’t losing the data?

View _form.html.erb:

<%= form_for(@user, :html => {:name => "newUser""}) do |f| %>
  <div class="field_left">
    <%= f.label :last_name, "Last name<span>*</span>".html_safe %><br />
    <%= f.text_field :last_name %>
  </div>
<% end %>

<div class="field">
  <%= f.fields_for :table1 do |ff| %>
    <%= ff.text_field :name %>
  <% end %>
</div>

Controller users_controller:

def new
  @user = User.new 
  1.times {@user.table1.build}

  respond_to do |format|
    format.html # new.html.erb
    format.xml  { render :xml => @user }
  end
end

def create
  @user = User.new(params[:user])
  @table1= params[:user][:table1][:name]

  respond_to do |format|
    if @user.save
      format.html { redirect_to(@user, :notice => 'User was successfully created.') }
      format.xml  { render :xml => @user, :status => :created, :location => @user }
    else
      format.html { render :action => "new" }
      format.xml  { render :xml => @user.errors, :status => :unprocessable_entity }
    end
  end
end

Thanks for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:43:37+00:00Added an answer on May 24, 2026 at 11:43 pm

    The solution is to set an instance variable as value like the following code.

    <%= f.fields_for :table1 do |ff| %>
      <%= ff.hidden_field :name, :value => @value %>
    <% end %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

sadly, after iOS5 finally released, I got report from my users that they can
Sadly I have to make a website (so to speak website) that can be
I have a varchar field that looks like (sadly I have no control over
I posted a question yesterday which was answered, sadly though I now have a
after I found out (sadly) that there is no easy way to create a
http://sandbox.jinoh.dk/magento/index.php/ I am sadly a noob with this system. I have a series of
I have found lots of examples of this using XmlNodeList but sadly WP7 does
Forgive me if this is a newbie question - but sadly that's what I
Sadly, I have a legacy PHP4 system that I continuously need to add features
Sadly, references to this exception are usually of an exotic nature and can happen

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.