We have a customer with the Extranet Extended module on DW7.
I have made a template for editing the extranet users password from the frontend, but even though the template looks fine when editing from the backend, it has changed on the frontend, when doing a "view source". The end tag for the form-tag simply changes place and is added to the end of the start-tag of the form.
<form method="post" action="<!--@DWextranet_AccessSaveEditAction-->" name="frmEditUD" id="frmEditUD"></form>
Is this a well known problem and how do I solve it?