I have a simple SQL statement which takes an input value and searches for it in the database. I am wondering what is the syntax in Visual Composer to pass the input value using a form to the SQL statement. In other words how can I read the value of the search field of the input form in the SQL Query.
Example: select * from Table WHERE Description LIKE <b><Search Term></b>
I would like to know the syntax to read the Search term from the input form.
Any help will be greatly appreciated.