Good day! I'm learning Kohana (3.2) with Smarty (MrAnchovy-Kohana_Smarty). I created a simple form with one field which is validated after submission. I'd like the field to be repopulated with the submitted value when the validation fails. How can I do it please?
<div class="field_input">{form::input('cs_number')}</div>
Could you also recommend some framework for creating and validating forms in Kohana using Smarty? Thank you in advance! Vojtech