Summary values are not updated
Closed this issue · 1 comments
denniserdmann commented
Contao: 4.13.5
MP-Forms: 4.4.0
Steps to reproduce:
Backend:
- add field on page 1
- add summary on page 2 with
##mp_forms_debug##
Frontend:
- go to page 1, add value, press submit to go to page 2
- go back to page 1 and change value
- press submit to go to page 2
Result: the value hasn't changed
denniserdmann commented
My fault. I used a hidden field with the same name on page 2 that conflicted with the update process.