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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:57:30+00:00 2026-06-06T17:57:30+00:00

I have a form with three different dropdown menus, it looks like this: <FORM

  • 0

I have a form with three different dropdown menus, it looks like this:

 <FORM METHOD="LINK" ACTION="/search.php" method="get">
  <select style="width:55px;" name="filter_name">
  <option> </option>
  <option>R13</option>
  <option>R14</option>
  <option>R15</option>
  <option>R16</option>
  <option>R17</option>
</select></td></tr>
  <tr><td width="40%">Plotis:</td><td colspan="2"><select style="width:55px;" name="">
  <option> </option>
  <option>165</option>
  <option>175</option>
  <option>185</option>
  <option>195</option>
  <option>205</option>
  <option>215</option>
  <option>225</option>
</select></td></tr>
  <tr><td width="40%">Auk&#353;tis:</td><td colspan="2"><select style="width:55px;" name="">
  <option> </option>
  <option>75</option>
  <option>70</option>
  <option>65</option>
  <option>60</option>
  <option>55</option>
  <option>50</option>
  <option>45</option>
</select></td></tr>
  <tr><td colspan="2" align="center">
<INPUT style="width:80px; height:25px; font-size:14px; font-weight:600; cursor:pointer;" TYPE="Submit" VALUE="Ie&#353;koti">
</FORM>

Basically, I need to send all 3 Options into next page but joined into one variable..
For example: If I chose

<option>165</option>+<option>70</option>+<option>R13</option>

it should be sent to index.php like this: filter_name=165/70/R13

and also, how to send all this not to index.php only, but to

index.php?route=product/search&FILTER_NAME

Changing ACTION="/index.php" to ACTION="/index.php?route=product/search" was not working.

Any help would be really appreciated.

  • 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-06T17:57:32+00:00Added an answer on June 6, 2026 at 5:57 pm

    You could try something like this. But, you have several errors in your HTML that you should check. You have a nested table within your form.

    <?php
    if (!isset($_POST['send'])) {
    ?>
    <form method="post" action="">
        <select style="width:55px;" name="select_one">
            <option> </option>
            <option value="R13">R13</option>
            <option value="R14">R14</option>
            <option value="R15">R15</option>
            <option value="R16">R16</option>
            <option value="R17">R17</option>
        </select>
    
        <select style="width:55px;" name="select_two">
            <option></option>
            <option value="165">165</option>
            <option value="175">175</option>
            <option value="185">185</option>
            <option value="195">195</option>
            <option value="205">205</option>
            <option value="215">215</option>
            <option value="225">225</option>
        </select>
    
        <select style="width:55px;" name="select_three">
            <option></option>
            <option value="75">75</option>
            <option value="70">70</option>
            <option value="65">65</option>
            <option value="60">60</option>
            <option value="55">55</option>
            <option value="50">50</option>
            <option value="45">45</option>
        </select>
    
        <input style="width:80px; height:25px; font-size:14px; font-weight:600; cursor:pointer;" type="submit" value="send" value="Ie&#353;koti" />
    </form>
    <?php
    }
    else {
        header('Location: index.php?route=product/search&filter_name='.$_POST['select_two'].'/'.$_POST['select_three'].'/'.$_POST['select_one']);
    }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form and it contains dropdown box and different div items. Based
I have a form that is broken down into three different categories: Information, Violations,
I have a dropdown list that auto submits a form and performs a search
I have a form where an admin will upload three pictures with different dimensions
I have a form which has three inputs when the page loads -- 2
In VB.net 3.5 SP1 I have a Windows Form with three DataGridView controls. One
I have an ASP.NET form with three text inputs, one each for Work Phone,
I have a windows form application. On the form there are three groupboxs. Each
I have three input text boxes in my form. First one is teacher, second
I have a FormHandler which requires three dependencie-injections: Form, Request and ArticleManager I configured

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.