1

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?

2

Re: Registration Form on Front Page

had you solve it ? or do you need help ?
I think we need a solved button on this forum smile

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals   Swedish Dating on Love2u.se   VldCrowd:s Community

3

Re: Registration Form on Front Page

Make sure 'in my own words' field is set to 'load in registration'.

Developer