HI!
I dont know how to formulate google query on this one so i will ask here.
I have a custom module that reads DB and displays data on google map. How can I add select list (any input type actualy) to my module so that i can use selected value(some form probably) in my DB query in same module and then reload page??
Any helpfull links, hooks to implement?
Thanks!

Comments

goofus’s picture

Hello,
If you are not familiar with the Drupal form API, review the guider here: http://drupal.org/node/751826/

I would also review to the Developer's examples here:
http://api.drupal.org/api/examples/examples.module/group/examples/7

Good luck:)

zarkozunic’s picture

thanks!

goofus’s picture

Hello,
Glad to have helped. Please consider editing your original post. Change the subject line so that it either begins with or ends with "[SOLVED]". You might also add a note that the API documentation helped you :)

Again, you are welcome :)