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 8454103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:56:13+00:00 2026-06-10T11:56:13+00:00

Not quite sure how to arrange this question. Basically, I have a page with

  • 0

Not quite sure how to arrange this question.

Basically, I have a page with 4 forms all in separate tabs, (3 for each department and an admin overview with all forms on), what I would like to do is once the input has changed in one of the 3 departmental forms duplicate that input into the same field in the admin form.

What I’m currently using is the following

jQuery(".volume").keyup(function(){
        var volume = jQuery(".volume").val();
        jQuery('.volume').val(volume);
        });

this works fine in it self, but what I would like is to be able to have a little function like this that automatically works on any input, textarea and select.

Would anyone be able to advise me on how to put something like that together?

Thanks in advance.

  • 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-06-10T11:56:15+00:00Added an answer on June 10, 2026 at 11:56 am

    Try

    jQuery("input").keyup(function() {
        var volume = jQuery(this).val();
        jQuery("input[name=" + jQuery(this).attr("name") + "]").val(volume);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not quite sure how to word this question. I am wondering if there is
I'm not quite sure how to do this. Let's say I have 2 associative
Not quite sure if it is ok to do this but, my question is:
Not quite sure how to get this one. I have a staff table and
Not quite sure how to phrase this, but will do my best. I have
Not quite sure I have the question fully formed, but what I'm trying to
I'm not quite sure how to phrase this, so bear with me. I have
I'm not quite sure if I can ask this question here or on SuperUser
I'm not quite sure where to start with all of this, but im assuming
I'm not quite sure if this question applies to this forum but if it

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.