terminal42/contao-mp_forms

Inserttags with steps not working with contao-ajaxform & mp_forms

Closed this issue · 1 comments

I have integrated a multi-page form via contao-ajaxform. This works very well so far. Only the output of the inserttags ({{mp_forms::<form id>::step::numbers}})is not updated. Is this a known technical limitation or is there something that needs to be considered during the implementation?

  • MP-Forms: 4.2.1
  • contao-ajaxform: 1.1.2
  • Contao 4.9.16

They do not know of each other. That's neither a known limitation nor a bug. It's just not supported.
ajaxform only reloads the form. You can place the insert tags in the form itself, in which case it would work.