Support

Account

Home Forums ACF PRO Adsense Ad in a form Reply To: Adsense Ad in a form

  • So I have a custom post type that I use with a field group

    This is the code that creates the form.

    acf_form(array(
    				'id' => 'POV-Travel',
    				'post_id'		=> 'new_post',
    				'field_groups'	=> array(431),
    				'new_post'		=> array(
    					'post_type'		=> 'pov_travel',
    					'post_status'	=> 'publish'),
    				'submit_value'		=> 'Submit',
    			));

    Is it as simple as adding the Adsense code just above or below the ‘submit_value’?