CodeIgniter Forums
2 or 3 fields of search - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: 2 or 3 fields of search (/showthread.php?tid=8730)



2 or 3 fields of search - El Forum - 05-29-2008

[eluser]JUANITO26[/eluser]
Very Very Very good and impressive widget !
It is possible to activate 2 or 3 fields of search? (Quick Search)
Example ISO+NAME+NUMBER CODE.
If it is not much to ask, the form to do it
Thanks!


2 or 3 fields of search - El Forum - 05-29-2008

[eluser]Michael Wales[/eluser]
uh... what?

CI isn't a widget.
In a CI application you can use as many fields as you want.

The form:
Code:
<form>
<input type="text" name="field1" />
<input type="text" name="field2" />
<input type="text" name="field3" />
<input type="submit" name="Go »" />
</form>

* El Forum lols.