• So I am trying to make a simple external popup that has 1 pull down menu for category and 4 columns of checkboxes as tags.

    I use regular form submit for this but I end up with this as final URL:

    Site.com/?category_name=VALUE&tag=TAG1&tag=TAG2&tag=TAG3

    But I want my URL to be like this:

    Site.com/?category_name=VALUE&tag=tag1+tag2+tag3

    Could anyone point me in the right direction into achieving this?

The topic ‘External search GET form help.’ is closed to new replies.