ACF Image field not displaying in WordPress with Visual Composer [closed]

You cannot write PHP code in the WordPress post editor screen. You can do this by editing the theme’s template files (using an FTP client).
This means you need to write the entire structure of the page using HTML/PHP.

You could look into making a shortcode. A shortcode enables you to execute a predefined piece of code (like: get_field($handle);)