get own data from one seach
-
I would like to have a single-field search box on the front end, where the users can insert in a “name” to see if it is registered under an organisation. Once they enter the name, it will either tell them the “name” is registered ornot.
Here’s what I need:
1- On the back end, I need to create a database to house the “name”. The data I need to be stored is the “name” (may be I may add others data).
Ex. “name”: abc company2- On the front end, I need to have a search box with only one field (i.e. input the “name”) to put on a page. After searching, the users can get the info. of such “name”. (the users aren’t WordPress users, so no login is needed to access the search page)
It seems as if this would be possible with WordPress, but I’m fairly new to WordPress (I prefer it can be done through plugin) so this has been pretty hard to wrap my head around.
Would I create a whole new database or would I add a custom table in the existing WordPress database? Any plugins out there that I could turn to?
Thank you very much.
The topic ‘get own data from one seach’ is closed to new replies.