Add thank you page for medical cannabis petition

Add English and Norwegian versions of the thank you page
with confirmation instructions and newsletter subscription
notification when applicable

Style the warning highlight with oklch color
This commit is contained in:
Ruben 2026-01-16 21:45:01 +01:00
parent 269bfe994c
commit 1f74cb3c84
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<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 &ndash; you must also confirm your choice by clicking the link in a separate email. 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>