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
Branches
Tags
No related merge requests found
......@@ -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>
......
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