Convert location Distance to dropdown
Hello, I have a location proximity search installed (gmap, location) and trying to figure out if there is a way to convert the Distance field from textfield to dropdown box with 5/10/15/20/ till 50 km, is there any easy way to do that? Thanks -- Mike Vovchak vovchak@gmail.com
Mike, Easiest way (at least for me) is to use jQuery to change the textfield to a combobox. Best regards, Peter Droogmans Attiks Ketsstraat 94 2140 Borgerhout Belgium 32 3 288 61 17 32 497 44 44 77 From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Michael Vovchak Sent: woensdag 14 juli 2010 7:01 PM To: development@drupal.org Subject: [development] Convert location Distance to dropdown Hello, I have a location proximity search installed (gmap, location) and trying to figure out if there is a way to convert the Distance field from textfield to dropdown box with 5/10/15/20/ till 50 km, is there any easy way to do that? Thanks -- Mike Vovchak vovchak@gmail.com<mailto:vovchak@gmail.com>
hi Peter, this is great, why I didnt think about it... Will just use Jquery to avoid spending hours figuring out the location module. Thanks! On Wed, Jul 14, 2010 at 1:58 PM, Peter Droogmans <Peter@attiks.com> wrote:
Mike,
Easiest way (at least for me) is to use jQuery to change the textfield to a combobox.
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
*From:* development-bounces@drupal.org [mailto: development-bounces@drupal.org] *On Behalf Of *Michael Vovchak *Sent:* woensdag 14 juli 2010 7:01 PM *To:* development@drupal.org *Subject:* [development] Convert location Distance to dropdown
Hello, I have a location proximity search installed (gmap, location) and
trying to figure out if there is a way to convert the Distance field
from textfield to dropdown box with 5/10/15/20/ till 50 km, is there any easy way to do that?
Thanks
-- Mike Vovchak vovchak@gmail.com
-- Mike Vovchak vovchak@gmail.com
hook_form_alter is your friend - http://api.drupal.org/api/function/hook_form_alter/6 <http://api.drupal.org/api/function/hook_form_alter/6>It'll let you change the form programatically. -- Kyle Mathews Blog: kyle.mathews2000.com/blog Twitter: http://twitter.com/kylemathews Company: http://eduglu.com On Wed, Jul 14, 2010 at 11:00 AM, Michael Vovchak <vovchak@gmail.com> wrote:
Hello, I have a location proximity search installed (gmap, location) and trying to figure out if there is a way to convert the Distance field from textfield to dropdown box with 5/10/15/20/ till 50 km, is there any easy way to do that?
Thanks
-- Mike Vovchak vovchak@gmail.com
participants (3)
-
Kyle Mathews -
Michael Vovchak -
Peter Droogmans