I currently have a form that I have coded in and now need some further help to finish the form. I have here the code that I created for use in my form:
I currently have nothing coded for sendmistakes.php because I don't know how to finish it off. What I'm trying to do is finish the form when the viewer clicks "Submit Form" to send me an email with the information inputted then a little message that appears (in the same page) to show the user that the form has been submitted correctly, preferably before the beginning of the form. I have never coded in PHP before and I can somewhat understand it but not fully. The person who can help me finish it off and can make it work will receive 175 credits, MINIMUM. I might donate a bit more but 175 credits guaranteed. Thank you.
Code:
<form action="sendmistakes.php" method="post"><div class="div17">First Name: <input name="firstname" tabindex="1" size="5" /> Last Name: <input name="lastname" tabindex="2" size="5" /><br /><br />Select Mistake: <select tabindex="3" name="selectmistake"><option value="brokenimages">Broken Images</option><option value="brokenlinks">Broken Links</option><option value="grammarerrors">Grammar Errors</option><option value="spellingerrors">Spelling Errors</option><option value="other">Other</option></select><br /><br />Explain Mistake:<br /><textarea tabindex="4" class="textarea1" name="explainmistake" cols="30" rows="5"></textarea><br /><br /><input tabindex="5" type="submit" value="Submit Form" /> <input tabindex="6" type="reset" value="Reset Form" /></div></form>
I currently have nothing coded for sendmistakes.php because I don't know how to finish it off. What I'm trying to do is finish the form when the viewer clicks "Submit Form" to send me an email with the information inputted then a little message that appears (in the same page) to show the user that the form has been submitted correctly, preferably before the beginning of the form. I have never coded in PHP before and I can somewhat understand it but not fully. The person who can help me finish it off and can make it work will receive 175 credits, MINIMUM. I might donate a bit more but 175 credits guaranteed. Thank you.