<div>Well, I did it. But there are some loses...</div>
<div> </div>
<div>Before I use GET method to submit and all fields were checked perfectly. Now I use POST and they are didn&#39;t checked before post. After that now I have two independent type conversions - automatically in Get and handly in Post... From these points GET method looks more attractive.</div>

<div> </div>
<div>Maybe it is possible to add <em>Maybe submit_button_name</em> into the result of runFormGet?<br></div>
<div>Dima<br></div>
<div class="gmail_quote">2010/11/25 Michael Snoyman <span dir="ltr">&lt;<a href="mailto:michael@snoyman.com">michael@snoyman.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Thu, Nov 25, 2010 at 11:43 AM, Dmitry Olshansky<br>&lt;<a href="mailto:olshanskydr@gmail.com">olshanskydr@gmail.com</a>&gt; wrote:<br>&gt; Hello all,<br>&gt;<br>&gt; can I handle a form with more than one button in Yesod?<br>
&gt;<br>&gt; In this case pair (button_name, button_value) is sent to the server on<br>&gt; submit. Can I get it in some way?<br><br></div>You can use the maybeStringInput function together with runFormPost&#39;<br>(notice the apostrophe) to get access to submissions without using the<br>
standard form setup. Depending on what you need, that may be<br>sufficient.<br><font color="#888888"><br>Michael<br></font></blockquote></div><br>