top of page

Forum Posts

sherrybdaniel
Jun 20, 2019
In Coding with Velo
I know this has been asked a million times but I have been at this for weeks and still can't figure it out. I've watched dozens of video tutorials and followed lots of advice but still can't get anywhere. I'm working on this page: https://www.dfw-rc.org/projects Essentially I'm trying to create a job board for volunteer opportunities using a repeater. All that is working great. But when I try to add a drop-down function filtering by "Charism" (a column in my dataset) it won't work. I know this should be simple but I'm clearly missing something because I cannot figure it out. This is how far I've gotten in my code today: import wixData from "wix-data"; $w.onReady(function () { //TODO: write your page related code here... }); export function charismsDropdown_change(event) { let searchCharism = $w("charismsDropdown").value; $w("#PROJECTS").setFilter(wixData.filter().contains "charisms", searchChrisms)); } } )} Could someone please help?
0
4
1k

sherrybdaniel

More actions
bottom of page