Änderungen von Dokument Export als Persistence-Datei


Von Version 11.3
bearbeitet von jdr
am 29.07.2021, 14:54
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 11.4
bearbeitet von jdr
am 29.07.2021, 14:55
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -39,7 +39,7 @@
39 39  
40 40  == Import form data from export file ==
41 41  
42 -If a form is called and there is a non-empty upload field named {{code language="none"}}fcp_persistence{/code}} in the form or there is a file named {{code language="none"}}fcp-persistence{/code}} in another upload field, the values from the persistence file will be written to form when the form is delivered, thus pre-populating fields.
42 +If a form is called and there is a non-empty upload field named {{code language="none"}}fcp_persistence{{/code}} in the form or there is a file named {{code language="none"}}fcp-persistence{{/code}} in another upload field, the values from the persistence file will be written to form when the form is delivered, thus pre-populating fields.
43 43  
44 44  The following example code allows to realize this process with a button. Here, the form's target is set to its own URL on submit and all input fields except the upload field are disabled. Then a submit of the form is executed, through which the contents of the file are loaded.
45 45