Get signup details

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
andrewlaw
Posts: 24
Joined: 2025-06-11 09:22
Contact:

Get signup details

Post by andrewlaw » 2025-06-11 14:44

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.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1944
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Get signup details

Post by jsetzer » 2025-06-11 19:17

getMemberInfo() returns an array which contains that data.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

andrewlaw
Posts: 24
Joined: 2025-06-11 09:22
Contact:

Re: Get signup details

Post by andrewlaw » 2025-06-11 20:55

Thank you!

Post Reply