We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adc2ea commit 2d3a85aCopy full SHA for 2d3a85a
components/com_users/tmpl/remind/default.php
@@ -29,7 +29,7 @@
29
</h1>
30
</div>
31
<?php endif; ?>
32
- <form id="user-registration" action="<?php echo Route::_('index.php?task=remind.remind'); ?>" method="post" class="com-users-remind__form form-validate form-horizontal well">
+ <form action="<?php echo Route::_('index.php?task=remind.remind'); ?>" method="post" id="user-registration" class="com-users-remind__form form-validate form-horizontal well">
33
<?php foreach ($this->form->getFieldsets() as $fieldset) : ?>
34
<fieldset>
35
<?php if (isset($fieldset->label)) : ?>
0 commit comments