Hi Edwin,
Thanks for your responses.
Step 1: I've installed and enabled the plugin. I've left the default values and then I've created a module and inserted the text as follows:
Code: |
<p>Site, {{site_id}} already exists. Please click here to register: <a target="_blank" href="http://www.mysite.com/{{site_id}}/register">http://www.mysite.com/{{site_id}}/register</a></p>
|
Step 2: I'm using the 'new site creation module' and I've redirected the user to a page that displays the module for site creation errors.
Step3: When an anonymous user creates a new site and the ID already exists they are supposed to be redirected to the page with the module containing the error message however this is what is displayed:
This is how it looks on the front-end:
Site, :master_db: already exists. Please click here to register: www.mysite.com/:master_db:/register
I'd like the {{site_id}} that already exists to appear as the value of what was entered into the new site creation module.
I've performed all the steps again with another variable: {{new_admin_email_right}}
However I get the same issue.
Please can you explain what I'm doing wrong?
Thanks and regards.