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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:22:12+00:00 2026-05-10T20:22:12+00:00

I have a form that contains a bunch of checkboxes. Before submitting the form,

  • 0

I have a form that contains a bunch of checkboxes. Before submitting the form, I’d like to grab the values of the checkboxes and stick them into a text field, then submit that.

So I might have: Red Orange X Yellow Blue X Green

And I’d like my textfield to end up with the content ‘Yellow, Green’ .

This doesn’t seem too complicated, but I am totally out of my league. I already use jQuery for a few other things so I have the framework ready, if that makes it easer.

Thanks for any advice —

  • 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. 2026-05-10T20:22:13+00:00Added an answer on May 10, 2026 at 8:22 pm

    Just use this code:

    $(function(){     $('#YourFormID').bind('submit',function(){         var serializedCheckboxes = '';         $('input[type=checkbox]').each(function() {          if($(this).attr('checked')) {             serializedCheckboxes += (serializedCheckboxes != '' ? ', ' : '') + $(this).attr('value');          }         });         $('input[name=allchecks]').attr('value', serializedCheckboxes);     }); }); 

    It starts when page is loaded and bind to ‘submit’ event of your form correct function

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

Sidebar

Related Questions

i have a windows form that contains a bunch of textboxes. I need a
i have a form that contains checkboxes. I've named the checkboxes as stream[], so
Say I have a form that contains a drop-down list populated by values stored
We have a long page that contains a bunch of different form elements. One
I have a form which contains a whole bunch of checkboxes and some other
I have a WinForm that contains a bunch of labels. When the form loads
I have a form that contains and form of which code goes like this
I have a form that contains some Checkboxes and one Radio. The problem is
Let's say I have a form that contains a whole bunch of check boxes
I have a form with a bunch of checkboxes, and a hidden field that

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.