Is it possible to pick the field id from another page? The form is at /contact/ and the thank-you page is at /thank-you/
With <?php echo $_POST['email'] ; ?> I get an error:
<?php echo $_POST['email'] ; ?>
Warning: Undefined array key "email" in ...