I want members who join my forum to be named “anonymous” by default. How can i make this change on the wix platform?
Wix editor
I want members who join my forum to be named “anonymous” by default. How can i make this change on the wix platform?
Wix editor
I’m not sure there’s an out of the box solution for it.
You’ll probably want to explore something like the onMemberCreated()
event, where you can get the created member ID, and then update it’s profile using updateMember()
Docs for both
onMemberCreated()
- On Member Created | VELOupdateMember()
- Update Member | VELO