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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:07:44+00:00 2026-05-27T07:07:44+00:00

I have two input boxes and two select boxes and would like to display

  • 0

I have two input boxes and two select boxes and would like to display a summary of data selected and entered in real time prior to submitting the form. jQuery seems the way to go, but how!

<form id="form1" name="form1" method="post" action="">
<select name="Select1" id="Select1">
  <option value="Item 1">Item 1</option>
  <option value="Item 2">Item 2</option>
  <option value="Item 3">Item 3</option>
</select>
<br />
<select name="OtherItem" id="OtherItem">
  <option value="OtherItem 1">OtherItem 1</option>
  <option value="OtherItem 2">OtherItem 2 </option>
  <option value="OtherItem  3">OtherItem 3</option>
</select>
<input type="text" name="textfield1" id="textfield1" />
<input type="text" name="textfield2" id="textfield2" />
</form><div id="FormSummary"></div>

Many thanks

  • 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-27T07:07:44+00:00Added an answer on May 27, 2026 at 7:07 am

    I would add an HTML markup for your summary so:

    <div id="FormSummary">
         <p>Select 1 is: <span id="summarySelect1"></span></p>
         <p>Select 2 is: <span id="summarySelect2"></span></p>
         <p>Textfield 1 is: <span id="summaryTextField1"></span></p>
         <p>Textfield 2 is: <span id="summaryTextField2"></span></p>
    </div>
    

    then ur jquery:

    $('#Select1').change(function(){
         $('#summarySelect1').text($(this).val());
    });
    
    $('#Select2').change(function(){
         $('#summarySelect2').text($(this).val());
    });
    
    $('#textfield1').keypress(function(){
         $('#summaryTextField1').text($(this).val());
    });
    
    $('#textfield2').keypress(function(){
         $('#summaryTextField2').text($(this).val());
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form with a table that has two input boxes, a select
I have two input text boxes which are decimal. The sum of the two
I have two forms on one page and want to have the input boxes
In my HTML code, I have a form tag that contains two input boxes,
I Have a function that references a specific input text box. I would like
I have dynamic input boxes with values of dates like this <input size=30 id=date_one
I have two text boxes that I want users to fill with geolocation data
I have two input text boxes which is bound to jquery Datepicker widget. When
I have two select boxes, the first select box has two options: First set
I have two pages. One with the select boxes on and the send button.

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.