SOLVED: found thisfrom dr Scotty mself:
’saveprofile’ is now ’saveprofilesimple’
works, yeha!
**edit: actually, no changes are saved anymore? Will update to the 1.3.2b version tonight. Could it be the style sheet I am using? >:(
I am getting this validation error (the only one)
Line 33, Column 21: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag
<div id="wlpeLogin">
*******
Thanks,
changed that but still the password remains the same. Using this form:
$wlpeProfileTpl = '[+wlpe.message+]
<div id="wlpeUser">
<form enctype="multipart/form-data" id="wlpeUserProfileForm" action="[~[*id*]~]" method="post">
<fieldset id="wlpeUserProfileInput">
<div id="wlpeUserInfo">
<h3 id="wlpeProfileWelcome">Hoi [+user.fullname+] [+user.lastname+]!</h3>
<p id="wlpeProfileInfo" class="info">Bewerk hier je gegevens</p>
</div>
<label for="wlpeUserProfileFullName">Naam
<input id="wlpeUserProfileFullName" type="text" name="fullname" value="[+user.fullname+]" />
</label>
<label for="wlpeUserProfileLastName">Achternaam
<input id="wlpeUserProfileLastName" type="text" name="lastname" value="[+user.lastname+]" />
</label>
<label for="wlpeUserProfileEmail">Email
<input id="wlpeUserProfileEmail" type="text" name="email" value="[+user.email+]" />
</label>
<label for="wlpeUserProfilePhone">Telefoon nummer
<input id="wlpeUserProfilePhone" type="text" name="phone" value="[+user.phone+]" />
</label>
<label for="wlpeUserProfileMobile">Mobiel nummer
<input id="wlpeUserProfileMobile" type="text" name="mobilephone" value="[+user.mobilephone+]" />
</label>
<label for="wlpeUserProfileFax">Fax nummer
<input id="wlpeUserProfileFax" type="text" name="fax" value="[+user.fax+]" />
</label>
<label for="wlpeUserProfileCity">Stad
<input id="wlpeUserProfileCity" type="text" name="city" value="[+user.city+]" />
</label>
<label for="wlpeUserProfileZip">postcode
<input id="wlpeUserProfileZip" type="text" name="zip" value="[+user.zip+]" />
</label>
<label for="wlpeUserProfileState">Provincie
<input id="wlpeUserProfileState" type="text" name="state" value="[+user.state+]" />
</label>
<label for="wlpeUserProfileDob">Geboorte datum <span class="info">(DD-MM-YYYY)</span>
<input id="wlpeUserProfileDob" type="text" name="dob" value="[+user.dob+]" />
</label>
[+form.gender+]
<label for="wlpeUserProfileComment">Commentaar
<textarea id="wlpeUserProfileComment" name="comment">[+user.comment+]</textarea>
</label>
</fieldset>
<fieldset id="wlpeNewPasswordArea">
<legend id="wlpeNewPasswordAreaLegend">Verander je paswoord</legend>
<p id="wlpeNewPasswordInfo">Verander je paswoord <br /><span class="info">(niks invullen als je het niet wilt veranderen).</span></p>
<label for="wlpeUserProfilePassword">Nieuw Paswoord
<input id="wlpeUserProfilePassword" type="password" name="password" />
</label>
<label for="wlpeUserProfilePasswordConfirm">Bevestig nieuw paswoord
<input id="wlpeUserProfilePasswordConfirm" type="password" name="password_confirm" />
</label>
</fieldset>
<fieldset id="wlpeUserProfileButtons">
<button type="submit" id="wlpeSaveProfileButton" name="service" value="saveprofile">Opslaan</button>
<button type="submit" id="wlpeProfileDoneButton" name="service" value="cancel">Laat maar</button>
<button type="submit" id="wlpeProfileLogoutButton" name="service" value="logout">Uitloggen</button>
<button type="submit" id="wlpeProfileDeleteButton" name="service" value="deleteprofile">Verwijder mijn gegevens</button>
</fieldset>
</form>
</div>';