Displaying 1 result from an estimated 1 matches for "artist_about".
2006 Jul 19
0
Form helpers produce invalid XHTML code!
...e" method="post">
<!--[form:artist]-->
<p><label for="artist_name">Name</label><br/>
<input id="artist_name" name="artist[name]" size="30" type="text" /></p>
<p><label for="artist_about">About</label><br/>
<textarea cols="40" id="artist_about" name="artist[about]"
rows="20"></textarea></p>
<!--[eoform:artist]-->
<input name="commit" type="submit" value="Create"...