<form id="form_id" action="/" method="get" enctype="application/x-www-form-urlencoded">
<p>
<label for="input" title="{label_title}">{label_value}</label>
<input type="text" name="input" id="input" value="{input_value}" />
</p>
<p>
<input type="submit" name="submit" id="submit" value=" {submit_value} " />
</p>
</form>