Members form bug?

  • Hello,


    I have just noticed a strange bug (or maybe I have done something wrong) - so I have a member login set up - when logged in they can then edit their profile. That all works fine and when a member updates their profile via the site it shows the correct fields in the backend.


    However, If I was to edit the same profile in the backend of the system leaving the details the same - so even just hitting save - all of the texture fields get wiped out.


    to give an example of the coding behind this, in the profile.html file I have a field:


    Code
    1. <div>
    2. <perch:label for="profile_details">Tell everyone about your business</perch:label>
    3. <perch:input type="textarea" id="profile_details" label="profile_details" >
    4. <perch:error for="profile_details" type="required"><div class="error"><p>Please add your business details</p></div></perch:error>
    5. </div>


    Then in the member.html file the same field


    Code
    1. <perch:members type="textarea" id="profile_details" label="profile details" order="6"/>


    Strangely all the text fields work - just seems to be the text area fields?


    Anyone know why this might be?


    Thanks,


    Alex