Item list based on sign up input (list filters)
Jamroom Developers
Its doable but you'll need to build the form and fields 'by hand' in the template using html (but that would give you the opportunity to layout the fields side by side).
Take a look at the html source code of a page (user signup?) with the location form on it to see the code for the actual fields, then adapt that code into the page template. The form will now need a submit button. Its action will be to refresh the page but with post variables of the field selections in the URL. These post variables can then be used in the jrCore_list search parameters -
{jrCore_list module="jrAudio" search1="user_location_0 = `$_post.state`" search2="user_location_1 = `$_post.city`" . . . }
This gives an idea how it might work and points you in the right direction. I can't give you any sample code as it would take me a few hours to work it all out and test it etc. Maybe someone else here has done this and can help, otherwise, you might need to sponsor us to do this custom development for you.