Forum
Is it possible to add two new fields to the member tables?
Hi,
I would like to add a phone number and public name (nickname) to the member profile and retrieve them for any logged in member to see and update them. Is this possible in Perch (not Runway)? I can specify them in the member register template but how does the input get into the database and how are they retrieved?
Regards, Patricia
Yes, if you add the fields to the master
member.html
template that should be enough.Yes, these need to be added to the member.html template, and also the register.html and profile.html form templates.
Sorry for double reply
thanks guys