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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:48:36+00:00 2026-06-02T00:48:36+00:00

have a joomla module template like this <form action=<?php echo JRoute::_(‘index.php’); ?> name=find method=post>

  • 0

have a joomla module template like this

   <form action="<?php echo JRoute::_('index.php'); ?>" name="find" method="post">

<p>Places</p>
<select id=pp name=place_info>
    <?php
    foreach ($getPlaces as $place_id => $place_name) {
        echo "<option value=" . $place_id . ">" . $place_name . "</option>";
    }
    ?>
</select>

<input type="submit" name="submit" value="search" />
</form>

I get the information in helper.php from database.
What i need is, if i click on submit button to redirect me to page and show some information from database. For example if i chose some option from select menu and click submit, i need to get into a page with my content from database.
joomla 1.7

  • 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-02T00:48:38+00:00Added an answer on June 2, 2026 at 12:48 am

    You need to add the ‘option’ hidden form field to choose which component will handle your request, and then any other fields like ‘task’ that will select a task to handle the request. Some components may also need other parameters, such as ‘article_id’.

    So, if your form was posting to a custom component called ‘mycomponent’, and the task was ‘showresults’, your form would look like this:

     <form action="<?php echo JRoute::_('index.php'); ?>" name="find" method="post">
    
    <p>Places</p>
    <select id=pp name=place_info>
        <?php
        foreach ($getPlaces as $place_id => $place_name) {
            echo "<option value=" . $place_id . ">" . $place_name . "</option>";
        }
        ?>
    </select>
    <input type="hidden" name="option" value="mycomponent" />
    <input type="hidden" name="task" value="showresults" />
    <input type="submit" name="submit" value="search" />
    </form>
    

    Hope this helps.

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

Sidebar

Related Questions

would like to know how can this be implemented in Joomla. I have a
I have a joomla project. In this the text editor is tiny mace. But
Hi I have a Joomla site with a template that has 2 columns. One
If i look into PHP they have Joomla, although it was initially build for
I would like to make a template on Joomla and the content looks like
In one PHP file, I have this code: require_once $_SERVER['DOCUMENT_ROOT'] . '/custom/functions.php'; global $testVar;
I have a joomla website with the virtuemart module. What I have are images
I have recently created a Joomla module that's a slider. Only problem is that
Hi I have problem with adding javascript into a joomla module..I've found some solution,
I am using Joomla 1.5.22 with Mootools 1.1. I have a module with a

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.