How would I go about showing an alternative form for a page type based on the scope? I need to show separate forms based on the parent node type.
Has anyone done this before? I can't find documentation on how to accomplish this.
Thanks
Why don't you show/hide fields in the same form based on parent node type? You can set visibility condition for field you need: EditedObject.Parent.ClassName == "parentclassname"
EditedObject.Parent.ClassName == "parentclassname"
Because I just started working in Kentico two weeks ago and did not know about this option. :)
Thanks for the help!
This is exactly the functionality I wanted.
Please, sign in to be able to submit a new answer.