Hi, I need to put a message in the Search Form, not just a fixed text but something that includes some data from the DB.
So I created a new text field and put the text and the retrieval of values from DB in the live value with SQL query.
It works but.. after the user press the button "Search" of the form, the value of this field (the message that is displayed) ends up in the URL of the page like a normal field to be searched: the problem is that if the message contains some characters like quotes ("), this confuses Seblod that cannot interpret correctly the query (it takes part of the message with initial quotes like it was another search field).
How is it possible to avoid this? Is it possible to define a dynamic text field in the search form that does not finish in the URL or to protect the query URL from this problem?
thanks
Giuse