I've created a second search form without difficulties. Nice!

But for the Search Autocomplete-Module - an for correct html-code - a unique id at the form-tag is needed. (The Search Autocomplete - Module just works on one input-field.)

Maybe we could something like this:
- Original: #block-search-form
- Duplicate: #block-search-form-2

Comments

Yaron Tal’s picture

The HTML is made in the search form, which is created independently from the multiblock module. The possible solutions would be to change this in the search module (patch or bug report), create the block yourself (copy the code from the search module and alter it) or to try a form_alter/preprocess_block to change the HTML of the block.

I don think editing of the block's HTML should be done in the multiblock module. Maintainer?

intrafusion’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

I agree