<?php // Check if URL parameter exists and equals 'y' if (isset($_GET['tia']) && $_GET['tia'] === 'y') { // Output CSS to hide/show elements echo '<style> #newsletter { display: none; } #merci { display: flex; } </style>'; } ?>
<?php // Check if URL parameter exists and equals 'y' if (isset($_GET['tia']) && $_GET['tia'] === 'y') { // Output CSS to hide/show elements echo '<style> #newsletter { display: none; } #merci { display: flex; } </style>'; } ?>