I have two different search forms on one page each with only one field (the search box) and a submit button. The problem is that when you enter a search string into the second form, it processes the first form! I can't seem to get it to process correctly.
No, the two forms are not embedded within one another, the <form> tags are completely separate.
Yes, they each post to a different place.
Any ideas? Why can't I have two different forms on one page?
Thanks!
cw