Forums › Forums › Search & Filter Pro › Multiple Tags fields
Tagged: V3
- This topic has 16 replies, 2 voices, and was last updated 3 years, 11 months ago by Trevor.
-
Anonymous(Private) October 6, 2020 at 8:00 am #261994
Hi Team,
i need to show acf data value to drop down
As of now in my site ACf field is “Location” its text box value
so i need two or three data in one drop down
so first value is NSW – Googong & second value is NSW – All
so text box value is like ” NSW – Googong , NSW – All , South East – All” with comma value
1- South East – All
2-NSW – All
3- NSW – Googong
this is example for my issue as of now this 3 value in my text box but on dropdown i need
<select>
<option class=”” value=””>Region/Suburb</option>
<option class=”” value=”South East – All”>South East – All</option>
<option class=”” value=”NSW – All”>NSW – All</option>
<option class=”” value=”NSW – Googong”>NSW – Googong</option>
etc more <option class=”” value=”NSW – Googong”>NSW – Googong</option>
</select>
can you please help me here…
Thank youTrevor(Private) October 8, 2020 at 2:02 pm #262425Ah, now I see the problem. A Text field is not a multi value field.
The field would need to be a Select or Checkbox field set to Multi Value. I think the Checkbox field allows users to add new values, but, otherwise, there needs to be a predefined set of values to choose from.
-
AuthorPosts