Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #221009

    Suppose I have a Post with two custom fields. City, Village. I want to filter my data with Location and I want only one filter in custom form. By Location. And this should contain the values from the field City as well as Village. How to do it??

    Do I have some solution here??
    https://searchandfilter.com/documentation/accessing-search-data/

    Trevor
    #221072

    You want the field to display the label as a combination of the two? If so, you would place the village field in the form, and then use

    You might would need to use custom code to work out what the label needs to change to and use that code with this filter:

    https://searchandfilter.com/documentation/action-filter-reference/#filter-input-object

    You would need to work out the logic yourself, or hire a coder, but I think it could be done this way.

Viewing 2 posts - 1 through 2 (of 2 total)