I have built a sample form based on the demo-multiplier one and now I want to save this to my DB. Stuck at this step.
My setup is as follows -
designer tab -
[attachment=0]designer.PNG[/attachment]
setup tab -
[attachment=1]setup.PNG[/attachment]
multisave -
[attachment=7]multisave.PNG[/attachment]
form before submit -
[attachment=2]form1.PNG[/attachment]
after submit -
[attachment=3]page1.PNG[/attachment]
[attachment=4]page2.PNG[/attachment]
[attachment=5]page3.PNG[/attachment]
[attachment=6]dbsave.PNG[/attachment]
Can really use some help on how to use this multisave to db.
Regards,
Abi
My setup is as follows -
designer tab -
[attachment=0]designer.PNG[/attachment]
setup tab -
[attachment=1]setup.PNG[/attachment]
multisave -
[attachment=7]multisave.PNG[/attachment]
form before submit -
[attachment=2]form1.PNG[/attachment]
after submit -
[attachment=3]page1.PNG[/attachment]
[attachment=4]page2.PNG[/attachment]
[attachment=5]page3.PNG[/attachment]
[attachment=6]dbsave.PNG[/attachment]
Can really use some help on how to use this multisave to db.
Regards,
Abi
Hello abi5090,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I link two DB Multi Record Loaders?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I link two DB Multi Record Loaders?
P.S: I'm just an automated service😉
Hi Abi,
In order for the multi db save to work you need data in this format:
Regards,
Max
In order for the multi db save to work you need data in this format:
"model" => array(0 => array("field1" => "val1"), 1 => array("field1" => "val2"))
Regards,
Max
Thanks Max for looking into it. How do I get the data in the format you just mentioned, through CF?
Anything am doing wrong?
Anything am doing wrong?
Your fields names should look like this:
Where "###" is the string which is going to be replaced using the multiplier.
Model[###][field]
Where "###" is the string which is going to be replaced using the multiplier.
This topic is locked and no more replies can be posted.