Want to open a popup modal on installation of an addon

Permalink 1 user found helpful
Hello Everyone,

Thank you for your always great support, I just want to get a few things out about addon development. I want a popup modal to be open before the installation of blocks when someone configures the settings defined in modal, then blocks should be installed.

Please guide, a quick response would be more appreciative.

Thank you

 
mnakalay replied on at Permalink Best Answer Reply
mnakalay
Hello. What you would do is do that through a package which allows you to have a pre-installation screen where you can have users fill in a form and then get the form values and modify your installation according to the users' answers.

Check this page from the docs:https://documentation.concrete5.org/developers/packages/installation...
shahzado replied on at Permalink Reply
Thank you, It really helped me