lazyman353
Coder
I am very new to coding and decided to learn html and i am trying to make a form but i havent really found a good explanation on how to record the data entered into the form. right now my code looks like this.
[CODE title="Form"]<form>
<textarea required minlength="10" maxlength="100" rows="5" cols="30" name="contact" id="contact">what would you like to say</textarea>
<br>
<input type="submit" value="submit">
</form>[/CODE]
What can I do to have it record the data somewhere?
[CODE title="Form"]<form>
<textarea required minlength="10" maxlength="100" rows="5" cols="30" name="contact" id="contact">what would you like to say</textarea>
<br>
<input type="submit" value="submit">
</form>[/CODE]
What can I do to have it record the data somewhere?