We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

A Multi-submission importer for EasyForm

Formale Metadaten

Titel
A Multi-submission importer for EasyForm
Serientitel
Anzahl der Teile
72
Autor
Mitwirkende
Lizenz
CC-Namensnennung 3.0 Deutschland:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2020

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
I needed a way to mass import form submissions into Plone’s EasyForm, so after a bit of exploration and some creativity I built a custom CSV import tool. Through an Action on the tool-bar, a user can export a CSV with the appropriate form fields, update it, and import back to that form. Each row represents an EasyForm submission and mimics the submission process for that form. Even the form actions get processed. In this talk, I will walk through the my process examining how EasyForm handles submitted information, following the trail deep into CRUD forms, and piecing that newfound knowledge together to create the tool.