Seller number not found. Check your form input fields or your query string.

HTML FORMS
At minimum, it should contain:

<input type=text name=find value=FFF> (where FFF is the search term/artist/title, etc.)
<input type=hidden name=seller value=XXX> (where XXX is your seller number)

This will default to an artist search, in your default currency, with all media/format types shown.

Optional input lines to add functionality:

<input type=text name=search_type value=YYY> (where YYY is artist, title, label, or genre)
<input type=text name=currency value=ZZZ> (where ZZZ is the 3 character currency type, or blank for USD)
<input type=text name=media value=WWW> (where WWW is the media/format number, or blank for ALL)



QUERY STRING
If you are hard coding a link for a search your query string/link should look like the following:

At minimum, it should contain:
http://www.musicstack.com/my/index.cgi?seller=XXX&find=FFF (where XXX is your seller number and FFF is your artist search term)

This will default to an artist search, in your default currency, with all media/format types shown.

Optional query parameters to add functionality:

search_type=YYY
currency=ZZZ
media=WWW

Example:
http://www.musicstack.com/my/index.cgi?seller=XXX&find=FFF&search_type=YYY&currency=ZZZ&media=WWW