Im building a wp site, that has some pages that only shows when a form has been completed. (think of "thank you for gettin in touch, we'll get back to you as soon as possible" - type pages). I have created this as a page, and then i use wp_redirect after the form has been submitted to get to it.
But now the client will be able to delete this page, and it will then go 404 on the redirect.
So the question: Is there a way that i can lock certain pages in the wp-admin? Im interested in both a solution where the certain page will disappear from a specific role, and/or a way where specific roles can't trash specific pages - but still edit it.
Thank you so much.