Shortcode in acf field (non-wysiwyg)
<?php $theform = get_sub_field( 'form_shortcode' ); echo do_shortcode($theform); ?>