So i've read through server threads and still having issues saving to database using multiplier. I created a multiplier container and set the replacer to __N__ and used the following format for field name : textfname[__N__] and field id textfname__N__. I am using a multifield element. I am able to save all things to database expect the multiple fields. Please see screen shots and help or thoughts appreciated.
Forums
Multiplier Save - DB
In order to save the multiplier fields, you must have a model added to your fields names:
Then under the "db save", set "Multi save" to yes, and "save under model id" to yes.
Regards,
Max
Model[__N__][fieldname]
Then under the "db save", set "Multi save" to yes, and "save under model id" to yes.
Regards,
Max
so i changed the field name only for example.. Model[__N__]ddacsize and set the properties and recreated the table but now nothing is saving to database.
Then under the "db save", set "Multi save" to yes, and "save under model id" to yes.
Regards,
Max
In order to save the multiplier fields, you must have a model added to your fields names:
Model[__N__][fieldname]
Then under the "db save", set "Multi save" to yes, and "save under model id" to yes.
Regards,
Max
Hi ashleya,
I think you missed the second [] in: Model[__N__][ddacsize]
Bob
I think you missed the second [] in: Model[__N__][ddacsize]
Bob
i changed the model name to Model[__N__][textfname] for all the multiplier fields. Multi Save = Yes; Save Under Model ID = Yes Model ID = Data
But nothing is saving to the database.
Since the "Model id" is set to "Data" in the "db save" then your fields names should be in this format:
Data[__N__][textfname]
Regards,
Max
This topic is locked and no more replies can be posted.