Untitled

 avatar
unknown
plain_text
10 months ago
269 B
13
Indexable
<form id="myForm">
  <label for="name">Name:</label>
  <input type="text" id="name" name="name">
  <button type="submit">Submit</button>
</form>

<div id="thankYouMessage" class="hidden">
  <h2>Thank You!</h2>
  <p>Your submission has been received.</p>
</div>
Editor is loading...
Leave a Comment