[quote=@TheUnknowable] Can you make it so that it doesn't delete everything you've written if you didn't do something right when making a new RP? I had to try multiple times to make one. When making the Interest Check, I didn't put tags on it and lost it, then when making the RP I accidentally clicked the cancel button (not sure why there is one, but it's where the post button used to be and I understand why you can't recover data after that), and the second time I lost everything I forgot to put a title. [/quote] Yeah, I need to work on this. Most of the forms on the guild will, upon error, redirect you back to the form and repopulate it with your data. However I can't reuse that mechanism for posts/PMs since it uses browser cookies and they have a 4kb limit (~4,000 characters). I need to code something a bit more custom. If you land on the error page, are you able to press the back button to recover your post? The least I will do for now is print out your title and post on the error page so you don't simply lose it. Sorry if you lost a lot of time due to this. (My solution for this will be a simple draft system. If you submit a post and there's an error, it'll be available as a draft and auto-populate the New Post form when you're redirected back to it.)