I am trying to export the value of the variable typeOfUser to a backend variable
My code is below.
let query = wixLocation.query[‘typeOfUser’];
let typeOfUser = decodeURIComponent(query); //decode uri encoded values in readable format
console.log(“typeOfUser frontend:”+typeOfUser);