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’?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.