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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:40:04+00:00 2026-05-14T14:40:04+00:00

I have a selectbox on a form – which I’ve turned in to a

  • 0

I have a selectbox on a form – which I’ve turned in to a list box by putting

 <select id="Select1" name="D1" size="5" style="width: 220px">

I’m filling this select/listbox with values…

When I post the form how can I get all the values in the select box..is this possible or am I only able to get one that has been selected.

Trouble is I want all the values in the select (I’m not selecting any as such)

Any ideas?

  • 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-14T14:40:05+00:00Added an answer on May 14, 2026 at 2:40 pm

    Before submitting the form you can use some JavaScript to pull the items out of the select and put them into a hidden text field (as a delimited string)

    For example, you can get the values using

    var select1 = document.getElementById('select1');
    var values = new Array();
    
    for(var i=0; i < select1.options.length; i++){
        values.push(select1.options[i].value);
    }
    
    var allValues = values.join(";");
    alert(allValues);
    

    Hope that helps.

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

Sidebar

Related Questions

I have a select box on a form, which carries an incremental rel attribute.
i have one form which have some input box and some select box. i
I have a simple form like this: <form id='myForm'> <input type='text' name='Textbox'> <select name='SelectBox'>
I have a popup select box in a form in my jQuery Mobile application.
I have a form in a .html files where input/select box looks like this
I have the following multi-select box in a HTML form, where user can select
I have a vaadin form with huge number of fields in it(textbox, select box
I have... a dynamic populated select box several input boxes a submit button form
I have a form that has disabled select box. I have this function in
I have used Multiple select Box in edit form, displaying previously selected items in

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.