![]() |
|
Snippets |
|
add this to your validation file for the action.
eg: indexSuccess.php would have have a file called index.yml in the validate directory for that module if you configured validation.
fillin:
activate: on # activate the form repopulation
param:
name: test # name of the form
Comments on this snippet
The name of the form is an optional parameter. If you just write:
it will auto-populate the first form of the page.
handy to know fabien, thanks.