Forum

Thread tagged as: Question, Members

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

Patricia Neale

Patricia Neale 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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.

Drew McLellan said:

Yes, if you add the fields to the master member.html template that should be enough.

Sorry for double reply

thanks guys