Serach option and display table on different pages
-
Hello,
I have a Search option (using form actions) on my home page. When someone submits a search query, I want to display the results in the Results page and not on home page. Is it possible to do?
<form action=”” method=”POST”>
<input type=”text” placeholder=”Enter Your Msg here” name=”ymsg” />
<input type=”submit” />
</form>[cfdb-table form=”Feedback” id=”myid” style=”#myid th > td { font-size: x-large; background-color: #E8E8E8; }” filter=”your-message~~/.*$_POST(ymsg).*/i”]
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Serach option and display table on different pages’ is closed to new replies.