Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="http://stackoverflow.com/questions/22754630" />
<script src="http://code.jquery.com/jquery-git2.js"></script>
  <meta charset="utf-8">
  <title>Stackoverflow Question 22754630</title>
</head>
<body>
  <form action="confirm_sendemail.php" enctype="multipart/form-data" id="form1" method="post" name="form1">
    Subject :<br>
    <input id="subject" name="subject" type="text"><br>
    Choose your upload type:<br>
    <input checked id="database" name="email" onclick="database_csv()" type="radio" value="databse">Database
    <input id="csv" name="email" onclick="csv_database()" type="radio" value="csv">CSV<br>
    <div id="send_type" style="display:none">
      <input accept=".csv" disabled id="csv" name="csv" required="" type="file"><br>
    </div>
    Content :<br>
    <textarea cols="50" name="message" required="" rows="10">
  </textarea>
  </form>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
farazpro
0viewers