Page 1 of 1

Get signup details

Posted: 2025-06-11 14:44
by andrewlaw
On a custom page, how do I obtain the current user's sign up details? I've left the default of Full Name, Address, City, State in the Admin Settings but need to retrieve the address, city, and state in a custom page.

Re: Get signup details

Posted: 2025-06-11 19:17
by jsetzer
getMemberInfo() returns an array which contains that data.

Re: Get signup details

Posted: 2025-06-11 20:55
by andrewlaw
Thank you!