Actions
Bug #80633
closedSending empty forms in some cases
Start date:
2017-04-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
In some cases (hard to reproduce) the FormEngine forms will be submitted with an empty set of data.
This could be triggered in chrome and firefox with the "save and new" submit button.
In my case I can reproduce it by creating 10 header records, set headline field and link field, hit the save an new button.
8 of 10 records are created with empty values.
Setting a higher timeout in TBE_EDITOR.submitForm solved the issue for me.
Actions