diff --git a/themes/jquerymobile/templates/myresearch/account.phtml b/themes/jquerymobile/templates/myresearch/account.phtml index ec19a8489b4196a28a7c4c82cf0ff4626b144e96..ea129a6a2d8092b2543f2222bdd3791914423941 100644 --- a/themes/jquerymobile/templates/myresearch/account.phtml +++ b/themes/jquerymobile/templates/myresearch/account.phtml @@ -6,7 +6,7 @@ <?=$this->mobileMenu()->header()?> <div data-role="content"> <?=$this->flashmessages();?> - <form method="post" name="accountForm" id="accountForm"> + <form method="post" name="accountForm" id="accountForm" data-ajax="false"> <div data-role="fieldcontain"> <?=$this->auth()->getCreateFields()?> </div>