problem when saving 4 fields inside an array

Save multiple text and file fields in a ChronoForms array.

Overview

The issue occurs because only the file field data is being captured when saving an array containing both text and file inputs.
Adjust the form processing to ensure all field types are properly included in the array before saving.

Answered
ChronoForms v6
Ca Carlos angel 12 Jan, 2018
Answer
Hi guys.

I'm trying to save 4 fields inside an array, but I have a little problem.
I am using the array to save 3 fields from the "text field" and 1 field "file field" to save a file. However, when I try to save the 4 fields, only the "file field" is saved, the rest of the 3 fields are ignored.
This topic is locked and no more replies can be posted.