Sha256: 3398b72de84c1a62548d40a24c1f08dd268ad67f19f157a69007c02bf3057718

Contents?: true

Size: 496 Bytes

Versions: 70

Compression:

Stored size: 496 Bytes

Contents

<h1>Webrat Form</h1>

<form action="/testing/submit_form" method="post">
  <label>
    Text field
    <input type="text" name="text_field" />
  </label>
  
  <label>
    TOS <input type="checkbox" name="tos" />
  </label>
  
  <label>
    Prefilled
    <input type="text" name="prefilled" value="text" />
  </label>
  
  <label>
    Month
    <select name="month">
      <option>None</option>
      <option>January</option>
    </select>
  </label>
  
  <input type="submit" value="Test">
</form>

Version data entries

70 entries across 70 versions & 24 rubygems

Version Path
adva-0.3.2 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.3.1 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.3.0 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.2.4 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.2.3 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.2.2 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.2.1 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.2.0 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.1.4 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.1.3 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.1.2 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.1.1 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.1.0 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
adva-0.0.1 test/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
davidtrogers-webrat-0.4.4.2 spec/integration/merb/app/views/testing/show_form.html.erb
diabolo-webrat-0.5.1 spec/integration/merb/app/views/testing/show_form.html.erb
dstrelau-webrat-0.5.1 spec/integration/merb/app/views/testing/show_form.html.erb
hardbap-webrat-0.5.1 spec/integration/merb/app/views/testing/show_form.html.erb
hardbap-webrat-0.5.2 spec/integration/merb/app/views/testing/show_form.html.erb
sr-webrat-0.4.4.1 spec/integration/merb/app/views/testing/show_form.html.erb