Developer forum

Forum » CMS - Standard features » Extranet Extended edit

Extranet Extended edit

Kurt Moskjær Andersen
Reply

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?


Replies

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

I would like to see the entire template and a link to the page.

The only thing that could do this, would be if you have the form in you layout template. If the markup inside the form tag is invalid, the layout  parser (Html Agility Pack) could be fixing the error by adding the closing form tag.

Nicolai

Votes for this answer: 1
 
Kurt Moskjær Andersen
Reply

I have solved it - it was as you mentioned mal-formed html which made the error.

 

You must be logged in to post in the forum