<p>While editing a form field i.e: users/admin.php?view=forms_edit&edit=1&field=1 when submit changes using [Save Field Settings] page is redirected to users/edit_form.php?edit=1 wich does not exist.</p>
<p>Checking the page source I found that the edit form is searching for this missing file in:</p>
<p><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;"><form </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">class</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">="</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">" </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">name</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">="</span><span class="html-attribute-value" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">createForm</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">" </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">action</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">="</span><span class="html-attribute-value" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">edit_form.php?edit=1</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">" </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">method</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">="</span><span class="html-attribute-value" style="font-family: monospace; font-size: medium; white-space: pre-wrap;">post</span><span style="color: #881280; font-family: monospace; font-size: medium; white-space: pre-wrap;">"></span></p>