I got a contact form with 3 fields Name, address and message. When I submit the contact form I created a php file to store the data entered in a session and display it on a so called thank you page. Now I want to query my contact form db in the admin section to retrieve the requested record and finally I want to make the 3 fields of the specific record clickable to be able to display it on a template on the website.
In a simpler way I want to put a link on the fields displayed when I search the contact form DB and finally if I click on name1, I shall be able to open a page containing a beautiful formatted html template whereby I can put the resulting records.
Any way of doing this via a plugin or code?