2.12.1 on September 17, 2026
This release fixes importing into Multiple Choice and Image Choice fields, and into file upload fields on Gravity Forms 3.1.2 or newer.
🐛 Fixed
- Files were not imported into file upload fields on Gravity Forms 3.1.2 or newer, which rejected every row with "The file is not valid."
- Multiple Choice and Image Choice fields set to "Select One" could not be mapped as a single column — the mapping step offered only their individual choices, and the column was dropped while the import still reported success.
- Existing mappings to an individual choice are now rejected with a message naming the field to map instead, or skipped with a warning when an import profile runs from the command line.
- Multiple Choice and Image Choice fields that allow more than one selection stored cell values such as
1,yes,0ornoas the selected choice instead of treating them as Checkbox columns do.1,trueoryesselects the choice, while0,false,noor an empty cell leaves it unselected;- "(Any Choice)" is available as a mapping target;
- Rows that don't meet an "Exact Number" or "Range" selection limit are reported as errors.
- Row errors showed HTML character codes such as
<and&in the import log and the failed records download, including around formatted text in Gravity Forms messages.
🔧 Updated
- Foundation to version 1.32.1.