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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:50:36+00:00 2026-06-08T09:50:36+00:00

I have multiple options like this : <li> <a href=# title= class=selected><span class=to-admin>Administrator</span></a> <input

  • 0

I have multiple options like this :

<li>
<a href="#" title="" class="selected"><span class="to-admin">Administrator</span></a>
<input id="shareto" type="hidden" value="0-1" name="shareto">
</li>
<li>
<a href="#" title=""><span class="to-finance">Finance</span></a>
<input id="shareto" type="hidden" value="1-1" name="shareto">
</li>
<li>
<a href="#" title=""><span class="to-technician">Technician</span></a>
<input id="shareto" type="hidden" value="1-0" name="shareto">
</li>
<li>
<a href="#" title=""><span class="to-lawyer">Legal</span></a>
<input id="shareto" type="hidden" value="0-0" name="shareto">
</li>

and now I want to ‘catch’ that variable using this PHP :

$Type = $_POST['shareto'];

why I always get the last value, no matter what option I choose? how to do it correctly? thanks before.

  • 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-08T09:50:37+00:00Added an answer on June 8, 2026 at 9:50 am

    Please check this working fiddle link http://jsfiddle.net/7GHug/

    I think you want something like this.

    <ul>
    <li data-val="0-1">
    <a href="#" title="" class="selected"><span class="to-admin">Administrator</span></a>
    
    </li>
    <li data-val="1-1">
    <a href="#" title=""><span class="to-finance">Finance</span></a>
    
    </li>
    <li data-val="1-0">
    <a href="#" title=""><span class="to-technician">Technician</span></a>
    </li>
    <li data-val="0-0">
    <a href="#" title=""><span class="to-lawyer">Legal</span></a>
    <input id="shareto" type="hidden" value="" name="shareto">
    </li>
    </ul>​
    

    Javascritp

    $(document).ready(function($) {
            $('ul li').on('click', function() {
                $('input#shareto').val($(this).data('val'));
            });
        });
    

    With single hidden input you can update the value based on the clicked li.
    ​

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

Sidebar

Related Questions

I have multiple piped commands, like this: find [options] | grep [options] | xargs
I have a form like this: <form action=/cgi-bin/cgi_info.py method=POST> <select id=faults class=multiselect multiple=multiple name=faults[]>
So I have two multiple select boxes like this <select id=foo multiple=multiple> <option value=1>Option
I've got this HTML form where I have multiple input elements: text, radio, and
I have a form which has multiple input fields, and 3 main options. depending
Purpose: To have multiple options to sort using properties of my class . I
I have a code like this: var a = selectBox.options[selectBox.selectedIndex]; If I execute: alert(a);
Lets say I have a custom data type that looks something like this: public
I have multiple dropdown list: @Html.DropDownListFor(x => x.HaveColoSpace.SelectedOptions, new SelectList(Model.HaveColoSpace.Options, Value, Text), new {
I have this HTML: <select multiple='multiple' size='3'> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> Using

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.