Display shortcodes in ACF
http://support.advancedcustomfields.com/forums/topic/how-to-output-a-shortcode-in-an-input-field/ <?php $myvalue = get_field( "contact_form" ); echo do_shortcode($myvalue); ?>