Hi,
I am trying to load two DB Record Loaders into the same form.
However the values from the first table load while those from the second table do not.
I've used the debugger and it is reading the seeing the values from both tables.
Both forms are loading data from existing Chronoforms data structures, and they are all submitted by existing users. Therefore a common cf_user_id value exists for both tables. Also, I have added a hidden field called cf_user_id.
My question as follows...
Is there a simple way to load two DB Record Loaders into the same form, and use the cf_user_id to load values from both tables?
I am finding it difficult to grasp the Model Loade... in other words it will not work when trying to load the data from the second table.
Structure as follows:
Table1 is called "Personal"
- FirstName
- LastName
Table2 is called "Address"
- Address1
- Address2
- Address3
Can these be loaded into the same form using a model ID called "Personal" and a model ID called "Address"
Thanks a lot if you can solve this.
Guessing its a simple fix to do with Model Loader, but bending my brain at the moment.
Brendan
I am trying to load two DB Record Loaders into the same form.
However the values from the first table load while those from the second table do not.
I've used the debugger and it is reading the seeing the values from both tables.
Both forms are loading data from existing Chronoforms data structures, and they are all submitted by existing users. Therefore a common cf_user_id value exists for both tables. Also, I have added a hidden field called cf_user_id.
My question as follows...
Is there a simple way to load two DB Record Loaders into the same form, and use the cf_user_id to load values from both tables?
I am finding it difficult to grasp the Model Loade... in other words it will not work when trying to load the data from the second table.
Structure as follows:
Table1 is called "Personal"
- FirstName
- LastName
Table2 is called "Address"
- Address1
- Address2
- Address3
Can these be loaded into the same form using a model ID called "Personal" and a model ID called "Address"
Thanks a lot if you can solve this.
Guessing its a simple fix to do with Model Loader, but bending my brain at the moment.
Brendan