<!DOCTYPE html> <html> <body> <form action="files/value-select.php" method="post"> <select name="Email"> <option value="">no selected <option value="chips@example.com">Chips <option value="chad@example.com">Chad </select> <input type="submit" name="submit"> </form> </body> </html>
Run
×
Share