I’ve just been taking a look at the latest version of Formalicious after upgrading from v1.3.0 to v1.4.4 and noticed that one of the parameters in the renderForm snippet has been removed
The parameter that has been removed was &stepTpl.
I was using this to extend the default stepTpl chunk with a custom snippet to display custom step indicators, such as…
Just to clarify, &stepTpl hasn’t been removed - it’s just been moved into a hook now, and i’ve found a way to override that particular default chunk It just caught me off guard
If renderForm snippet no longer has access to that parameter, I can work around it using different &formTpl.
Please add some documentation in the docs about these changes and how to fix them:
This is what I’ve learned so far:
stepTpl isn’t part of renderForm anymore. Instead it has to be added to formit: &stepTpl=my_stepTpl
On top of this you have to add &renderHooks=[[+renderHooks]] to your formit snippet: