Wizard based feature install in sharepoint 2007?
Posted
by JL
on Stack Overflow
See other posts from Stack Overflow
or by JL
Published on 2010-04-28T07:43:22Z
Indexed on
2010/05/05
23:58 UTC
Read the original article
Hit count: 336
I have a feature that gets installed using a WSP package, when the feature is activated, I would like the following to happen:
- The feature will contain a list definition.
- When the feature gets activated by an end user (the user physically clicks the feature activation button in site features admin) - I would like a modal dialog to appear then ask the user to provide some additional details.
3.1 The additional details will be supplying a certain number of names. For example Mary, John, Peter. Form logistics I can handle.
- Once the form is complete that information needs to somehow get back to the feature reciever, so that I can then take the base list definition, and use it as a template to create list instances for all the names supplied - so if user had supplied Mary and Peter, then 2 list instances will be created when this feature is activated.
Is any of this possible with MOSS 2007? Thank you
© Stack Overflow or respective owner