Topic: Registration Form on Front Page
I have successfully added the registration form on the front page but when I try to add Inmyownwords the textarea does add the text to the database. I am using the following on homepage.tpl
<dt><label for="field_inmyownwords">In My Own Words</label></dt>
<textarea class="text" id="field_inmyownwords" name="inmyownwords" rows="8" cols="40" style="height: 100px">{htmlentities:field_value}</textarea>
the form is
<form name="register" method="post" action="/account/register/" enctype="multipart/form-data">
How do I fix it so that the textarea writes to the database?