I am trying to make a dropdown which lands on pages…I dont not write code but followed a youtube video on how to make it happen. This last portion is giving me issues and coming up with a Parsing Error - Unexpected Token: See code below
export function locationdropdow_change(event) {
let gotourl = Sw( “#locationdropdow” ).value;
wixlocation.to(gotourl);
Can someone let me know what im doing wrong?