terminal42 / contao-mp_forms

Real step separation in the form generator of the Contao Open Source CMS
25 stars 13 forks source link

Inserttags with steps not working with contao-ajaxform & mp_forms #47

Closed contaoacademy closed 3 years ago

contaoacademy commented 3 years ago

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?

Toflar commented 3 years ago

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.