Clarify that users must click "Confirm" to complete their subscription in both English and Norwegian content and language files
11 lines
805 B
PHP
11 lines
805 B
PHP
<h1>Thank you for your support!</h1>
|
|
|
|
<div class="warning-box">
|
|
<p class="warning-highlight"><strong>Remember to check your inbox!</strong></p>
|
|
<p>Your signature is not valid and will not appear on the list <em>until you have clicked the confirmation link</em> we sent by email. If the email doesn't arrive within a few minutes, check your spam/junk folder!</p>
|
|
<?php if (!empty($petition_subscribed_newsletter)): ?>
|
|
<p>The same applies to your newsletter subscription – you will receive a separate email where you must open the link and click “Confirm” to complete your subscription. Sorry for all the emails, but this is to ensure that your signature and subscription are genuine and come from you.</p>
|
|
<?php endif; ?>
|
|
</div>
|
|
|
|
<p><a href="../">Back to the petition</a></p>
|