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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:59:02+00:00 2026-06-09T05:59:02+00:00

What I am trying to do is use the Form Helper to build a

  • 0

What I am trying to do is use the Form Helper to build a selection pull down menu with options . These options are built from my database. There is over 100 entries in this table. Below is the line of code I use for the find command.

$company = $this->Company->find('list');

This is what I am doing to built it now, but all this does is display one result not all 100.

    foreach ($company as $c=>$value) { $test = $value; }

      $tmp = $this->Form->input('Client', array('options' => array($test)));

However, if I do this,

   foreach ($company as $c=>$value) { $test = $value; 

      $tmp = $this->Form->input('Client', array('options' => array($test)));
   }

This then prints/echos all the results. But each of them is in its own pull down menu, so I have over 100 pull down menus all over my screen. I assume this is because the foreach loop, loops around again and again printing each record until its done them all.

So how can I get this to display only one pull down with all my results/records in it?

I have look at a number of different posts on here and there are a lot of ways to do this but I can’t seem to get any of them to work!

I have opened the form OK, and have already built a pull down list but with an array listed inside that PHP file, so that was easy and works!

Please help?

Thanks Glenn.

  • 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-09T05:59:03+00:00Added an answer on June 9, 2026 at 5:59 am

    Change:

    $this->Form->input('Client', array('options' => array($test)));
    

    to

    $this->Form->input('Client', array('options' => array($company)));
    

    Since you are getting list from database which would be in format:

    array(
     key => value
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use my own form of connection pooling to handle database connections
I'm trying to use CakePHP's form helper to generate some input elements. The HTML
I'm trying to use form's CheckboxSelectMultiple widget but I I'd like to change the
i am trying to use the jquery form wizard with asp.net to create a
I am trying to use a PHP form (new.php) to update 2 MySQL tables
I am trying to use an HTML form and javascript (i mention this, because
In my ruby on rails app I am trying to use a Prototype Form.Element.Observer
I am trying to use SSE instruction in Windows form application in VS 2010.
I am trying to use JQuery UI dialog (modal form) for the following scenario.
I'm trying to use hidden fields in a form to pass along state selections

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.