Hello,
I want to combine two search fields into one.
These both:
<input class=“input_xxlarge” type=“text” name=“title” value=”” /> <input type=“submit” name=“submit” value=“Search” />
<input class=“input_xxlarge” type=“text” name=“name” value=”” /> <input type=“submit” name=“submit” value=“Search” />
I already tried various combinations for name=“name” and name=“text”
like
name=“text|name” or name=“text&name;” or name=(“text”,”name”)
but nothing works.
Is it possible to combine these parameters or I have to change it somewhere else ? (f.e. in the Search function)
Thanks and best regards
Robert