Advertisement:

Author Topic: [SOLVED] City area search field  (Read 776 times)

anivision

  • Newbie
  • *
  • Posts: 10
[SOLVED] City area search field
« on: November 06, 2016, 04:43:31 pm »
Hi all!

Does anyone know how to add a search field for "city area"?

If you want to look at my site, it's located here: www.folkmuseum.se
(you can choose language in the upper right corner)

Best regards, Kent
« Last Edit: November 06, 2016, 07:01:30 pm by anivision »

anivision

  • Newbie
  • *
  • Posts: 10
Re: [SOLVED] City area search field
« Reply #1 on: November 06, 2016, 07:08:29 pm »
And I thought that I had done a thorough search on this topic, and then just found the answer here on this forum ;D

duggirala_p

  • Newbie
  • *
  • Posts: 3
Re: [SOLVED] City area search field
« Reply #2 on: November 18, 2016, 08:55:33 pm »
Anivision,
As you have marked the post as Solved, I hope you have found a solution,can you please provide a detailed solution for this , Thanks in advance.

anivision

  • Newbie
  • *
  • Posts: 10
Re: [SOLVED] City area search field
« Reply #3 on: November 19, 2016, 06:26:39 pm »
In header.php I put this code in:
Code: [Select]
<input id="cityArea" type="text" value="<?php echo ucwords(Params::getParam('Select a city'OSCLASSWIZARDS_THEME_FOLDER)); ?>" name="cityArea" placeholder="<?php echo osc_esc_html(__("Cityarea"OSCLASSWIZARDS_THEME_FOLDER));?>" />

duggirala_p

  • Newbie
  • *
  • Posts: 3
Re: [SOLVED] City area search field
« Reply #4 on: November 21, 2016, 06:43:14 am »
Thank you Annivision!