Nested Forms and dubble class call on uedit.php
Opened this issue · 0 comments
oarko commented
Firefox had issues with the update button so i found nested forms, moved the primary form call to just befor the second <div class=row>
and also found that the update button was
<div class="btn-group"><input class='btn btn-primary' type='submit' value='Update' class='submit'/></div>
changed to
<div class="btn-group"><input class='btn btn-primary submit' type='submit' value='Update'/></div>
This seemed to fix the problem.