Jump to content

This topic is 7873 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I would like to set up my site so that one may first choose a division from a value list (ex, piano repertoire), then be able to a) search for either composer or title in that division, or : view all piano repertoire records. I have set the value list selection as the token:

<select name="-token">

<option value="Piano Repertoire">Piano Repertoire

<option value="Piano Methods and Supplementals">Piano Methods and Supplementals

<option value="Piano Technique">Piano Technique

<option value="Jazz, Pop and Rock Piano Music">Jazz, Pop and Rock Piano Music

<option value="theory">Theory, Ear Training and Sightsinging Resources

</select>

In the token.html file, I would like to be able to search within that division or token. Does this make sense? Am I on the right track? When I test it, I am pulling up all records, not just pertaining to the token/division.

Thanks!!

- Catherine

Posted

I would be using something like this:

<input type="hidden" name="-op" value="eq">

<select name="division">

<option value="Piano Repertoire">Piano Repertoire

<option value="Piano Methods and Supplementals">Piano Methods and Supplementals

<option value="Piano Technique">Piano Technique

<option value="Jazz, Pop and Rock Piano Music">Jazz, Pop and Rock Piano Music

<option value="theory">Theory, Ear Training and Sightsinging Resources

</select>

Al the best.

Garry

This topic is 7873 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.