hello again :)
i wanted a search button , so that when i go to tracking , to be possible to search for an ip.
i have managed to develop a search feature, but the problem is that :
i have to pages , search.php and results.php.
when i submit, i have a link like : http://www.site.com/admin.php?search=something.
and this works, but the problem is, obviously, that the dashboard tab is turned on, not the cforms->tracking.
i tried making the address like http://www.site.com/admin.php?page=contactforms/cformsdatabase.php?search=something, but i get an error from worpdress , and it says that it cannot load the cformsdatabase.php.
there must be some detail i just cannot figure, can you please help me ?
i have also tried inserting the search function into the cformsdatabase.php, but still no good result.