How to Store Street Address

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
khouse
Posts: 11
Joined: 2019-05-12 14:34

How to Store Street Address

Post by khouse » 2019-09-23 21:12

Hello! I need to store new users' full street address information but AppGini has very limited ability to store profile data. Is there any way to ask users for their street address without creating a totally new table that is also part of the registration flow? Thanks - Kirk

mekin
Veteran Member
Posts: 40
Joined: 2019-04-22 17:09

Re: How to Store Street Address

Post by mekin » 2019-09-25 11:39

Hello, I just figured this problem out for the full name, but address is the same:

Put this code:
$data['fieldname'] =$memberInfo['custom'][1];

in a hooks\tablename.php under one of the functions.

The number after custom is the number of fields you use in an account.
https://bigprof.com/appgini/help/advanc ... Info-array

mekin
Veteran Member
Posts: 40
Joined: 2019-04-22 17:09

Re: How to Store Street Address

Post by mekin » 2019-09-25 11:40


Post Reply