Page 1 of 1

Using Member Information in fields

Posted: 2015-04-12 21:05
by trumedio
I have created a table and want to populate some fields (name, email) with information that the member entered when they signed up. Can anyone help with this problem.

Re: Using Member Information in fields

Posted: 2015-04-15 08:11
by a.gneady
If the concerned fields are not read-only, you can use the before_insert hook to do this. Please refer to the following pages:

To get member info, use the getMemberInfo() function, explained at: http://bigprof.com/appgini/help/working ... memberInfo

To populate some fields with member info, use the before_insert hook: http://bigprof.com/appgini/help/advance ... ore_insert

Re: Using Member Information in fields

Posted: 2015-04-16 01:02
by trumedio
Thanks. Thats excellent.