Results 1 to 1 of 1

Thread: error drop down classipress 3.4

  1. #1
    Thread Starter
    coffeedi's Avatar
    Join Date
    Jul 2015
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    error drop down classipress 3.4

    hi, how to recover the value to be displayed on the page chosen by the user because the value does not fit on the future page.
    where the problem?
    ----------------------------->
    <form action="<?php echo home_url( '/' ); ?>" method="get" name="refine-search">

    <div class="searchsection">

    <select name="cp_test" id="cp_test" value="<?php if (isset($_GET['cp_test'])) { echo $_GET['cp_test']; } ?>"

    <option value="0">select</option>
    <option value="1">test1</option>
    <option value="2">test2</option>
    <option value="3">test3</option>
    </select>
    </div>
    </form>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Drop Down Search Like ClassiPress
    By ralmoor in forum Vantage General Discussion (Legacy)
    Replies: 8
    Last Post: April 2nd, 2013, 10:12 PM
  2. Drop Down Search Like ClassiPress
    By ralmoor in forum Help Using Vantage (Legacy)
    Replies: 0
    Last Post: March 31st, 2013, 12:44 PM
  3. Custom Fields Region Drop Down based on Location Drop Down - Classipress
    By fuzegraphics in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 25th, 2012, 01:25 PM
  4. [SOLVED] Categories drop down search returns fatal error!
    By mesh in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: April 20th, 2011, 07:14 PM