Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html lang="en">
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <style>
      form{
        height: 50vh;
       }
      body{
        height: 50vh;
      }
     </style>
    <form id="form" cf-form cf-prevent-autofocus>
      <input type="text" name="tester" value="default value" id="ok" cf-questions="Write some text" />
      <button type="submit">Submit</button>
    </form>
    
    <script type="text/javascript" src="https://cf-4053.kxcdn.com/conversational-form/0.9.6/conversational-form.min.js" crossorigin></script>
   
    </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers