I'm self taught and thus am an idiot. What should I put in my form tag in order to make the form response from a client get stored on my website?
This is the form tag I have right now.
Code:
<form name="greivance" method="post" action="grievance/new-record.php" enctype="angst/burn.htm" onReset="return confirm('Do you really want to reset the form?')">
This is the location of my form.
I've been doing all of these things by trial and error but I can't figure out what things to put in my <form> tag. Please help. I spent a lot of time on this form and I would like to finally get this done and finished.