Hi!
I use component-binding for a form to prevent the component state between different views, because the user has to navigate to subsites of the form, and i don't want any validation to occur until this user presses the save button on the main form. The problem is, after the user presses save, the component states are still preserved and when the user chooses the form again to create a new survey, it shows the component state of the previous form, and not an empty form. Is it possible to reset the component states of the pages? Regards, Matthias

