Check the tag of post #public or #backend If it's public Create a public .js file in your Wix account Name it as a "template.js" copy the main code function fullName(firstName, lastName){
return firstName + ' ' + lastName
} and past it on template.js Final Public file //in template.js
export