Form Storage Mod

Ok, I don't believe one exists, I've looked pretty hard.
What I am looking for is a mod that allow me to create a form, post it so that users can fill it out and then when they submit it, it will send itself in a preformatted message to me and any other user(s) via email and/or PM and save itself in the database. Additionally, I would like it to be accessible ONLY by me, the users it was sent to, and the user who sent it.
For example:
I create a form where teh user has to sign up for a game or something. I add a few text boxes and some boxes to put the users text into. Then teh users can go in and fill out the fields, select teh user to send the form to and submit it. The data the user input is stored in teh SQL database and the mod prepares an email or PM (defined by Admin) to teh user selected and the Admin(s). The Mod uses a template to organize the data and sends it off. Now the only people who can access the form are the uiser who sent it, the user who recieved it, and teh Admin(s). Lastly, everyone who has access should be able to edit it.
Is there anything like that available, if not is it hard to do, does anyone else find this useful? I don't think I can write this myself without major assitance from PHP guru's.. but I am willing to give it a go if teh PHP guru's are willing to kind of walk me through parts of it...
What I am looking for is a mod that allow me to create a form, post it so that users can fill it out and then when they submit it, it will send itself in a preformatted message to me and any other user(s) via email and/or PM and save itself in the database. Additionally, I would like it to be accessible ONLY by me, the users it was sent to, and the user who sent it.
For example:
I create a form where teh user has to sign up for a game or something. I add a few text boxes and some boxes to put the users text into. Then teh users can go in and fill out the fields, select teh user to send the form to and submit it. The data the user input is stored in teh SQL database and the mod prepares an email or PM (defined by Admin) to teh user selected and the Admin(s). The Mod uses a template to organize the data and sends it off. Now the only people who can access the form are the uiser who sent it, the user who recieved it, and teh Admin(s). Lastly, everyone who has access should be able to edit it.
Is there anything like that available, if not is it hard to do, does anyone else find this useful? I don't think I can write this myself without major assitance from PHP guru's.. but I am willing to give it a go if teh PHP guru's are willing to kind of walk me through parts of it...