I am trying to use the CFv4 Load user info [GH] action to get the:
cfu_name, cfu_username into may table.
However after i do the create table the only parameters from the Load User info action that show up are:
cf_id
cf_uid
cf_created
cf_modified
cf_created_by
cf_modified_by
cf_ipaddress
cf_user_id
Thanks in advance for your help.
Sean
cfu_name, cfu_username into may table.
However after i do the create table the only parameters from the Load User info action that show up are:
cf_id
cf_uid
cf_created
cf_modified
cf_created_by
cf_modified_by
cf_ipaddress
cf_user_id
Thanks in advance for your help.
Sean
When I go to create a table I don't see the username or name parameters. Any ideas?
See picture below
[attachment=0]Untitled.png[/attachment]
Thanks in advance I will buy you a beer as soon as we get this working : )
See picture below
[attachment=0]Untitled.png[/attachment]
Thanks in advance I will buy you a beer as soon as we get this working : )
Hi techbranch,
You can use the empty rows from 13 on to add extra columns to the table. ChronoForms will only add the inputs it can find in the current form HTML.
In this case though you may not need the columns; to keep the data clean you should store just the user ID in this table and look up any other data as it is needed. That saves you possibly having to maintain copies of the data if a user changes their info.
Bob
You can use the empty rows from 13 on to add extra columns to the table. ChronoForms will only add the inputs it can find in the current form HTML.
In this case though you may not need the columns; to keep the data clean you should store just the user ID in this table and look up any other data as it is needed. That saves you possibly having to maintain copies of the data if a user changes their info.
Bob
This topic is locked and no more replies can be posted.