Access value with low_search_search with a range?
I have the following code in my form:
I'm accessing submitted values fine using 'low_search_search' with _standard_ variables. The range does work, ie. it searches correctly but I can't access the submitted value.
Replies
Elliot 24 Jan 2017 14:26
http://pastie.org/10992260
Low 24 Jan 2017 15:31
The prefix is
low_search_
, so the variable should be:{low_search_range-to:property_price}
...and so on.
Elliot 24 Jan 2017 15:45
Perfect, thanks. So close. Prefix makes sense now.