Contact Me!

Send Me Your Information So I can get to Know you better and If you have Any Questions!


Pronouns:





<form action="#" method="GET"> <div class="flex"> <div><label for="">Your Name:</label></div> <div><input type="text" name="name" id="name" value="Your Name"></div> </div> <div class="flex"> <div><label for="">Your Pickup Date:</label></div> <div><input type="date" name="{Pickup Date}" id="Pickup Date" value="Pickup Date"></div> </div> <div class="text-center"> <button type="reset" name="reset" id="reset">Reset</button> <button type="submit" value="Button 1 Was Clicked" name="button_clicked" id="submit1">Button #1</button> <button type="submit" value="Button 2 Was Clicked" name="button_clicked" id="submit2">Button #2</button> </div> </form>