Hi, i have a question.
How can i have a form of search based on a specific input value of records? I want to modify a form that search records based on a specific input value of records and not the default form
<form id="adminForm" enctype="multipart/form-data" name="adminForm" action="" method="post">
<input value="" name="filter_search" placeholder="Search..." type="text">
</form>
Must i insert a specific hidden input to make this?
Hi, i have a question.
How can i have a form of search based on a specific input value of records? I want to modify a form that search records based on a specific input value of records and not the default form
Must i insert a specific hidden input to make this?