I created another table for additional cusotmer information. How can I display it after user signed in? Where can I customize the code?
I realized that adding a new table is not a good way to add more customer information. Instead, I added additional fields into the member table. I could display the additional fields in the profile page, as instructed in FAQ. However, I still couldn't figure out how to display these additional fields right after member signed in, in the member.html page. Alex, is this doable?