Hello everyone! Where can I find the search form module?
Many thanks!            
            <form action="index.php?Itemid=104" method="post">
    <input name="name" type="text" />
    <input type="submit" class="btn" value="Search" />
</form>How can I fix it?try this:
<form action="put_your_list_use_menu_url" method="get">
    <input name="name" type="text" />
    <input type="submit" class="btn" value="Search" />
</form> replace "put_your_list_use_menu_url" with your User list URLand an other little question, how can I use the same input field for more search?Sorry this is not possible for now.
 <form action="associati-aigli.html" method="post"><form action="associati-aigli.html" method="get">            <form action="index.php?Itemid=104" method="post">
    <input name="name" type="text" />
    <input type="submit" class="btn" value="Search" />
</form>I'm Lost. I was expecting that when I paid, I would be able to have a searchable user list. How?