I'm trying to figure out how to make the "Submit" button redirect to another page. For example once the user completes the registration form then clicks "Submit" the user is then redirected to the login page.
<div class="form-group">
<div class="checkbox col-sm-10 col-sm-offset-2">
<button type="submit" name="submitf" value="register" class="btn_dark_grey">{translate text='register'}</button>
</div>
</div>
Thanks in advance.