teamcapybara--capybara/spec/views/form.erb

17 lines
379 B
Plaintext
Raw Normal View History

2009-11-08 00:13:16 +00:00
<h1>Form</h1>
<form action="/form" method="post">
<p>
<input type="text" name="form[foo]" value="blah" id="foo"/>
</p>
<p>
<input type="text" name="form[bar]" value="fish" id="bar"/>
</p>
<p>
2009-11-08 00:29:03 +00:00
<input type="submit" name="form[awesome]" id="awe123" value="awesome"/>
<input type="submit" name="form[crappy]" id="crap321" value="crappy"/>
2009-11-08 00:13:16 +00:00
</p>
</form>