This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

jeroen21019
jeroen21019

Using the RainLab User plugin, The following does not redirect to the "Activeren" page. instead on submit it goes to the homepage... What could be wrong here ?

title = "Registreren"
url = "/inloggen/registreren/:code?"
layout = "subpage"
is_hidden = 0

[account]
redirect = "Activeren"
paramCode = "code"
forceSecure = 0
==
{% if not user %}

<section class="register">
<div class="register__column">
    <h2 class="register__heading">Aanvragen persoonlijk account</h2>
    {% partial account ~ '::register' %}   
</div>
    <div class="register__column register__column--right">
    {% partial 'welkom' %}
</div>

{% endif %}

Last updated

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.