I am using extended users addon and noticed when editing a user, I change the text I need to and click save and it shows a success message and the content does save but if I click on another template to edit another page, it says the following
"This page is asking you to confirm that you want to leave - information may not be saved"
I don't have any repeatable regions, the fields I have are below
Text input field for Title, Name, Extended-User ID, Extended-User Email, New Password, Repeat New Password
Then below that is the custom field I added, the code for that is below
The code below is from the file users/index.php
"This page is asking you to confirm that you want to leave - information may not be saved"
I don't have any repeatable regions, the fields I have are below
Text input field for Title, Name, Extended-User ID, Extended-User Email, New Password, Repeat New Password
Then below that is the custom field I added, the code for that is below
The code below is from the file users/index.php
- Code: Select all
<cms:template clonable='1' title='Engineers' order='8'>
<cms:editable name='engineer_info_group' label='Engineer Info Content' type='group' collapsed='1' order='1' />
<cms:editable type='richtext' toolbar='full' name='engineer_text' label='Engineer Text/Images' group='engineer_info_group' />
<!--
If additional fields are required for users, they can be defined here in the usual manner.
-->
</cms:template>