How do you display a custom field on a new page? [closed]

<?php
if (get_field ('sponser_advertisement')) {
 echo 'this is my field: '. get_field ('sponser_advertisement');
} 
?>

(however you spelled sponsor wrong…) 🙂