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

  • Home
  • SEARCH
  • 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 7419927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:09:13+00:00 2026-05-29T08:09:13+00:00

I have an account setup wizard in Rails in which I’m showing a list

  • 0

I have an account setup wizard in Rails in which I’m showing a list of companies. When a company’s details are updated via AJAX, everything works perfectly. However, after a successful update I’d also like to replace the Update Client form with the New Client form.

It seems like the right thing to do would be to use AJAX to update the form’s containing element with the JS format response from companies#new. Is this possible from within the companies#new JS format response?

  • 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-29T08:09:15+00:00Added an answer on May 29, 2026 at 8:09 am

    Yea, using ajax is a good thing to do in this case. As posted, a company’s details are successfully updated via ajax.

    What you can do is render a json in update action if the current update is successful, and pass the new form as json.

    def update
        @company = Company.find(params[:id])
        respond_to do |format|
        if @company.update_attributes(params[:company])
          format.json { render json: { success: true, html: render_to_string('_form.html.slim', layout: false) } }
          format.html { redirect_to @company, notice: 'Company was successfully updated.' }
        else
          ...
    

    You can access the json in your js and replace the current form element.

    $('#company_form').live 'ajax:success', (event,data) ->
        $('#current_company_form').html(data.html) if(data.success == true)
    

    Let me know if this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have the following has_one setup: class Account has_one :user How can I
I have an Account entity which has all fields in UpdateCheck = Never except
Let's say I have an Account entity, and an AccountData entity (which stores some
I have an hosting account on Godaddy which has been redirected for last few
I have a Cocoa app with a custom, multi-step account setup that I implemented
I have a list of account numbers. Foreach account number I need to call
domain Magento setup on a shared hosting account and have recently taken the dive
I have a PayPal Premier account, setup with IPN and with Ubercart's IPN return
I'm trying to create a cluster on EC2. I have an account setup and
I have setup a wordpress site on godaddy account. The registration form does not

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.