Skip to content
Snippets Groups Projects
Commit ea8e16b1 authored by Demian Katz's avatar Demian Katz
Browse files

Treat account registration as non-AJAX form to prevent weird workflow issues...

Treat account registration as non-AJAX form to prevent weird workflow issues (submitting subsequent forms to account registration endpoint instead of appropriate targets).
parent 06dc95e3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<?=$this->mobileMenu()->header()?> <?=$this->mobileMenu()->header()?>
<div data-role="content"> <div data-role="content">
<?=$this->flashmessages();?> <?=$this->flashmessages();?>
<form method="post" name="accountForm" id="accountForm"> <form method="post" name="accountForm" id="accountForm" data-ajax="false">
<div data-role="fieldcontain"> <div data-role="fieldcontain">
<?=$this->auth()->getCreateFields()?> <?=$this->auth()->getCreateFields()?>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment