Setup wizard data

Hi all,
How can i get the data that enterd from the user while setup wizard of the site?
can i get it in a json file? or how it saved?

Thanks
Maysaa

Hi @MaysaaSafadi

Add setup_wiazrd_complete key with the path of the method in your custom apps. This method will call after the complete of the setup wizard, you can pass args in the method which contain the information entered by the user.
For more details check below files

1 Like