Hi all,
Im using gravity form advanced licence + custom post.
I need to have a from on a page selecting a Sport Club for a user registration.
Problem is, i have more than 30 000 Sport Clubs in the database. (Custom Post Type)
I have 2 taxonomy attach to a Sport Club. ( Sport Type, and Localisation )
Localisation is hierarchic (Country > State > Town).
I would like to filter the result of Club dropdown based on the the taxonomies.
Select a Sport Type [..........] > Simple taxonomy
----------------------------------
Select a Country [..........] > first level of the taxonomy
Select a States [..........] > second level of the taxonomy
Select a Town [..........] > third level of the taxonomy
----------------------------------
Select your club [..........] > Result is filter based on fields above
I saw this type of code, but it's way to complex for me and using Ajax.
http://www.gravityhelp.com/forums/topic/dynamic-ajax-category-child-dropdown
I was also thinking about put an autocompletation text field based on the custom post type clubs, it would have solve the problem of filter.
Any idea who to process this ?