Hello.
I am using Wix’s new membership settings: not a manual database. There seem to be a stock set of options members can upload to their profile, and I want to add a few more. I want the member to be able to add their website and their social media links to their profile. And then for those to be publicly visible as social media icons attached to their profile. Ideally I could modify the “about” module to include a few more form settings (so I don’t need to add multiple “submit” buttons).
I found this page: CMS: Creating Custom Member Profile Pages | Help Center | Wix.com … However it seems to be adding private information to a separate page: not information that can be publicly attached to their profile and visible (and non-editable) to everyone.
Is there a more comprehensive code editing area? All I see is a panel on the bottom of my screen that says:
$w.onReady( function () {
//TODO: write your page related code here…
});
Thank you!