Welcome Guest, Not a member yet? Register   Sign In
Has anyone notices any bug with FormValidator
#2

[eluser]Evil Wizard[/eluser]
The input field works different to the text are field.
Code:
<input name="input_tag" type="text" value="my input value" />
<textarea name="textarea_tag" rows="8" cols="25" value="not the value of the the textarea">
this is the text value of the textarea input
</textarea>
what you would be better off doing in the textarea is
Code:
<textarea name="objective">
<?=set_value('objective','enter objective');?>
</textarea>
That will repopulate the textarea.


Messages In This Thread
Has anyone notices any bug with FormValidator - by El Forum - 05-22-2009, 05:50 AM
Has anyone notices any bug with FormValidator - by El Forum - 05-22-2009, 07:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB