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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:51:22+00:00 2026-05-23T02:51:22+00:00

We want to create a form which when an option is chosen in a

  • 0

We want to create a form which when an option is chosen in a select box, the options change in the other select box, depending on which is selected.

Example:

Select box 1
Option A
Option B

Select box 2
Options change depending on if A or B is chosen

How can we accomplish this?

  • 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-23T02:51:23+00:00Added an answer on May 23, 2026 at 2:51 am

    There are a couple of ways, the specifics depend on if you want the options from the second select box to be called through Ajax or if there’s a set two possibilities.

    HTML

    <select id="select1">
        <option value="a">a</option>
        <option value="b">b</option>
    </select>
    
    <select id="select2a" style="display:none;">
        <!-- options -->
    </select>
    
    <select id="select2b" style="display:none;">
        <!-- options -->
    </select>
    

    jQuery

    $('#select1').change(function(){
    
        if($(this).val() == "a"){
    
            $('#select2a').show();
            $('#select2b').hide();      
    
        }elseif($(this).val() == "b"){
    
            $('#select2a').hide();
            $('#select2b').show();  
    
        }
    
    });
    

    If you don’t want to use two seperate selectboxes, you could store the options within a variable and change the .html() of the selectbox depending on the option chosen in the first selectbox.

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

Sidebar

Related Questions

I want to create a form which has a text entry box where a
I want to create a form in which if the User presses Enter the
I want to just click a button create my object which is a form
I want to globalize my application. I have created a small form which asks
i want to create a form that has two submit buttons, but each one
I want to create an input form that will take the input text and
I create form dynamically on the client side. I want to iterate it, but
I am new In ASP.NET, I want to create to Login Form using Membership
I want to create a very simple javascript form validation. I have two input
I want to create a simple user registration form with First / Last name,

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.