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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:22:08+00:00 2026-06-11T00:22:08+00:00

I want to limit the values that get passed within my form. So for

  • 0

I want to limit the values that get passed within my form. So for example:

<form action="" method="get">
    <input name="check1" type="radio" value="123" checked>
    <input name="check2" type="radio" value="456" checked>
    <input name="check3" type="radio" value="789" checked>
    <input type="submit" title="submit" id="btn_submit">
</form>

Now if I goto submit that I get something like below for the url

http://www.domain.com/?check1=123&check2=456&check3=789

How can I control that to send just ‘check3’? So the url would be

http://www.domain.com/?check3=789

  • 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-11T00:22:09+00:00Added an answer on June 11, 2026 at 12:22 am

    Your radio buttons should share the same name. Give them unique IDs if you need to identify them with JS.

    <form action="" method="get">
        <input name="check3" type="radio" value="123" checked>
        <input name="check3" type="radio" value="456" checked>
        <input name="check3" type="radio" value="789" checked>
        <input type="submit" title="submit" id="btn_submit">
    </form>
    

    If that’s not what you want, only include the input fields in the form if you want them to be included in the submission.

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

Sidebar

Related Questions

i just want limit a query by parameter inside a stored, but I get
I want to limit my SWF file so that it cannot be stolen and
I want to limit the what characters the user should be allowed to type
I have an input field and I want to limit it to alphanumerical (A-Z,
Is there a way to enforce/limit the types that are passed to primitives? (bool,
I want to write a method that loops through all the params to make
Im trying to get a result set that contains the 10 values that are
In Excel (2003), I want to limit the selection of values in a cell
I need to get an input point (caret position, window/control) that is focused. My
I want to limit the size of a list in python 2.7 I have

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.