Using Umbraco 7.2.1 and Umbraco Forms, ss there an existing method of importing existing data to an existing form in Umbraco.
For example, I have a basic form that collects a Name, Phone and Email address. I have a spreadsheet with that data in properly named columns. Could I import this spreadsheet into the existing form?
I looked into doing this with SQL Server Management Studio 2014 but realized that form data was getting split between tables UFRecords and UFRecordDataString (and I imagine more if I were using different field types).
It would be great to have a "Import from spreadsheet" button in Entries.
Umbraco Forms - Import Existing Data
Using Umbraco 7.2.1 and Umbraco Forms, ss there an existing method of importing existing data to an existing form in Umbraco.
For example, I have a basic form that collects a Name, Phone and Email address. I have a spreadsheet with that data in properly named columns. Could I import this spreadsheet into the existing form?
I looked into doing this with SQL Server Management Studio 2014 but realized that form data was getting split between tables UFRecords and UFRecordDataString (and I imagine more if I were using different field types).
It would be great to have a "Import from spreadsheet" button in Entries.
Hello,
There is an Umbraco Forms migrations package, but that's for old Contour forms: https://our.umbraco.org/projects/developer-tools/umbraco-forms-migration
Jeroen
is working on a reply...