Hi,
you could
modify the code of Contribution list webpart. The file is:
~/CMSWebParts/UserContributions/ContributionList.ascx.csYou could add a redirection custom code to the void
CMSForm_OnAfterSave() event:
UrlHelper.Redirect("~/" + CMSContext.CurrentAliasPath + ".aspx");You could insert a label with Thank you text to the markup of above file and set its visibility to false by default. Its visibility could be set to true in the OnAfterSave event.
Best regards,
Ivana Tomanickova